Shades of Crusoe #065424
Tints of Crusoe #065424
RGB
CMYK
RGB Variations
Color information
#065424 (or 0x065424) is known color: Crusoe. HEX triplet: 06, 54 and 24. RGB value is (6,84,36). Sum of RGB (Red+Green+Blue) = 6+84+36=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 84 (33.20% from 255 or 66.67% from 126); Blue value is 36 (14.45% from 255 or 28.57% from 126); Max value from RGB is 84 - color contains mainly: green. Hex color #065424 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065424 is #F9ABDB. Grayscale: #373737. Windows color (decimal): -16362460 or 2380806. OLE color: 2380806.
HSL color Cylindrical-coordinate representation of color #065424: hue angle of 143.08º 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 #065424 is Cyan = 0.93, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 84 | 36 | - |
| CMYK | 0.93 | 0 | 0.57 | 0.67 |
| HSL | 143.08º | 0.87% | 0.18% | - |
| HSV(B) | 143.08º | 0.93% | 0.33% | - |
| XYZ | 3.56 | 6.51 | 2.74 | - |
| YUV | 55.21 | 117.16 | 92.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 84 | 36 | 0.93 | 0 | 0.57 | 0.67 | 143.08 | 0.87 | 0.18 |
| Hex | 6 | 54 | 24 | 5D | 0 | 39 | 43 | 8F | 57 | 12 |
| Octal | 6 | 124 | 44 | 135 | 0 | 71 | 103 | 217 | 127 | 22 |
| Binary | 110 | 1010100 | 100100 | 1011101 | 0 | 111001 | 1000011 | 10001111 | 1010111 | 10010 |
Color Harmonies of #065424
Complementary color
Monochromatic Colors of #065424
Black with #065424
Text Example
Text Example
White with #065424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065424; }
p { color: rgb(6,84,36); }
H1.HeaderClassName
{
color: #065424;
}
.AnyTagClassName
{
color: #065424;
}
</style>
background-color css
<style>
a { background-color: #065424; }
a { background-color: rgb(6,84,36); }
div.DivClassName
{
background-color: #065424;
}
.BgClassName
{
background-color: #065424;
}
</style>
border-color css
<style>
span { border-color: #065424; }
span { border-color: rgb(6,84,36); }
td.TdClassName
{
border-color: #065424;
}
.TagClassName
{
border-color: #065424;
}
</style>