Shades of Crusoe #065524
Tints of Crusoe #065524
RGB
CMYK
RGB Variations
Color information
#065524 (or 0x065524) is known color: Crusoe. HEX triplet: 06, 55 and 24. RGB value is (6,85,36). Sum of RGB (Red+Green+Blue) = 6+85+36=127 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.72% from 127); Green value is 85 (33.59% from 255 or 66.93% from 127); Blue value is 36 (14.45% from 255 or 28.35% from 127); Max value from RGB is 85 - color contains mainly: green. Hex color #065524 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065524 is #F9AADB. Grayscale: #373737. Windows color (decimal): -16362204 or 2381062. OLE color: 2381062.
HSL color Cylindrical-coordinate representation of color #065524: hue angle of 142.78º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065524 is Cyan = 0.93, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 85 | 36 | - |
| CMYK | 0.93 | 0 | 0.58 | 0.67 |
| HSL | 142.78º | 0.87% | 0.18% | - |
| HSV(B) | 142.78º | 0.93% | 0.33% | - |
| XYZ | 3.64 | 6.66 | 2.76 | - |
| YUV | 55.79 | 116.83 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 85 | 36 | 0.93 | 0 | 0.58 | 0.67 | 142.78 | 0.87 | 0.18 |
| Hex | 6 | 55 | 24 | 5D | 0 | 3A | 43 | 8F | 57 | 12 |
| Octal | 6 | 125 | 44 | 135 | 0 | 72 | 103 | 217 | 127 | 22 |
| Binary | 110 | 1010101 | 100100 | 1011101 | 0 | 111010 | 1000011 | 10001111 | 1010111 | 10010 |
Color Harmonies of #065524
Complementary color
Monochromatic Colors of #065524
Black with #065524
Text Example
Text Example
White with #065524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065524; }
p { color: rgb(6,85,36); }
H1.HeaderClassName
{
color: #065524;
}
.AnyTagClassName
{
color: #065524;
}
</style>
background-color css
<style>
a { background-color: #065524; }
a { background-color: rgb(6,85,36); }
div.DivClassName
{
background-color: #065524;
}
.BgClassName
{
background-color: #065524;
}
</style>
border-color css
<style>
span { border-color: #065524; }
span { border-color: rgb(6,85,36); }
td.TdClassName
{
border-color: #065524;
}
.TagClassName
{
border-color: #065524;
}
</style>