Shades of Crusoe #065A24
Tints of Crusoe #065A24
RGB
CMYK
RGB Variations
Color information
#065A24 (or 0x065A24) is known color: Crusoe. HEX triplet: 06, 5A and 24. RGB value is (6,90,36). Sum of RGB (Red+Green+Blue) = 6+90+36=132 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.55% from 132); Green value is 90 (35.55% from 255 or 68.18% from 132); Blue value is 36 (14.45% from 255 or 27.27% from 132); Max value from RGB is 90 - color contains mainly: green. Hex color #065A24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065A24 is #F9A5DB. Grayscale: #3A3A3A. Windows color (decimal): -16360924 or 2382342. OLE color: 2382342.
HSL color Cylindrical-coordinate representation of color #065A24: hue angle of 141.43º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065A24 is Cyan = 0.93, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 6 | 90 | 36 | - |
| CMYK | 0.93 | 0 | 0.60 | 0.65 |
| HSL | 141.43º | 0.88% | 0.19% | - |
| HSV(B) | 141.43º | 0.93% | 0.35% | - |
| XYZ | 4.05 | 7.48 | 2.9 | - |
| YUV | 58.73 | 115.17 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 90 | 36 | 0.93 | 0 | 0.60 | 0.65 | 141.43 | 0.88 | 0.19 |
| Hex | 6 | 5A | 24 | 5D | 0 | 3C | 41 | 8D | 58 | 13 |
| Octal | 6 | 132 | 44 | 135 | 0 | 74 | 101 | 215 | 130 | 23 |
| Binary | 110 | 1011010 | 100100 | 1011101 | 0 | 111100 | 1000001 | 10001101 | 1011000 | 10011 |
Color Harmonies of #065A24
Complementary color
Monochromatic Colors of #065A24
Black with #065A24
Text Example
Text Example
White with #065A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065A24; }
p { color: rgb(6,90,36); }
H1.HeaderClassName
{
color: #065A24;
}
.AnyTagClassName
{
color: #065A24;
}
</style>
background-color css
<style>
a { background-color: #065A24; }
a { background-color: rgb(6,90,36); }
div.DivClassName
{
background-color: #065A24;
}
.BgClassName
{
background-color: #065A24;
}
</style>
border-color css
<style>
span { border-color: #065A24; }
span { border-color: rgb(6,90,36); }
td.TdClassName
{
border-color: #065A24;
}
.TagClassName
{
border-color: #065A24;
}
</style>