Shades of Crusoe #065C24
Tints of Crusoe #065C24
RGB
CMYK
RGB Variations
Color information
#065C24 (or 0x065C24) is known color: Crusoe. HEX triplet: 06, 5C and 24. RGB value is (6,92,36). Sum of RGB (Red+Green+Blue) = 6+92+36=134 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.48% from 134); Green value is 92 (36.33% from 255 or 68.66% from 134); Blue value is 36 (14.45% from 255 or 26.87% from 134); Max value from RGB is 92 - color contains mainly: green. Hex color #065C24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065C24 is #F9A3DB. Grayscale: #3C3C3C. Windows color (decimal): -16360412 or 2382854. OLE color: 2382854.
HSL color Cylindrical-coordinate representation of color #065C24: hue angle of 140.93º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065C24 is Cyan = 0.93, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 92 | 36 | - |
| CMYK | 0.93 | 0 | 0.61 | 0.64 |
| HSL | 140.93º | 0.88% | 0.19% | - |
| HSV(B) | 140.93º | 0.93% | 0.36% | - |
| XYZ | 4.22 | 7.82 | 2.96 | - |
| YUV | 59.9 | 114.51 | 89.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 92 | 36 | 0.93 | 0 | 0.61 | 0.64 | 140.93 | 0.88 | 0.19 |
| Hex | 6 | 5C | 24 | 5D | 0 | 3D | 40 | 8D | 58 | 13 |
| Octal | 6 | 134 | 44 | 135 | 0 | 75 | 100 | 215 | 130 | 23 |
| Binary | 110 | 1011100 | 100100 | 1011101 | 0 | 111101 | 1000000 | 10001101 | 1011000 | 10011 |
Color Harmonies of #065C24
Complementary color
Monochromatic Colors of #065C24
Black with #065C24
Text Example
Text Example
White with #065C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065C24; }
p { color: rgb(6,92,36); }
H1.HeaderClassName
{
color: #065C24;
}
.AnyTagClassName
{
color: #065C24;
}
</style>
background-color css
<style>
a { background-color: #065C24; }
a { background-color: rgb(6,92,36); }
div.DivClassName
{
background-color: #065C24;
}
.BgClassName
{
background-color: #065C24;
}
</style>
border-color css
<style>
span { border-color: #065C24; }
span { border-color: rgb(6,92,36); }
td.TdClassName
{
border-color: #065C24;
}
.TagClassName
{
border-color: #065C24;
}
</style>