Shades of Crusoe #065E32
Tints of Crusoe #065E32
RGB
CMYK
RGB Variations
Color information
#065E32 (or 0x065E32) is known color: Crusoe. HEX triplet: 06, 5E and 32. RGB value is (6,94,50). Sum of RGB (Red+Green+Blue) = 6+94+50=150 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4% from 150); Green value is 94 (37.11% from 255 or 62.67% from 150); Blue value is 50 (19.92% from 255 or 33.33% from 150); Max value from RGB is 94 - color contains mainly: green. Hex color #065E32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065E32 is #F9A1CD. Grayscale: #3E3E3E. Windows color (decimal): -16359886 or 3300870. OLE color: 3300870.
HSL color Cylindrical-coordinate representation of color #065E32: hue angle of 150º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #065E32 is Cyan = 0.94, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 6 | 94 | 50 | - |
| CMYK | 0.94 | 0 | 0.47 | 0.63 |
| HSL | 150º | 0.88% | 0.2% | - |
| HSV(B) | 150º | 0.94% | 0.37% | - |
| XYZ | 4.65 | 8.27 | 4.37 | - |
| YUV | 62.67 | 120.85 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 94 | 50 | 0.94 | 0 | 0.47 | 0.63 | 150 | 0.88 | 0.2 |
| Hex | 6 | 5E | 32 | 5E | 0 | 2F | 3F | 96 | 58 | 14 |
| Octal | 6 | 136 | 62 | 136 | 0 | 57 | 77 | 226 | 130 | 24 |
| Binary | 110 | 1011110 | 110010 | 1011110 | 0 | 101111 | 111111 | 10010110 | 1011000 | 10100 |
Color Harmonies of #065E32
Complementary color
Monochromatic Colors of #065E32
Black with #065E32
Text Example
Text Example
White with #065E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065E32; }
p { color: rgb(6,94,50); }
H1.HeaderClassName
{
color: #065E32;
}
.AnyTagClassName
{
color: #065E32;
}
</style>
background-color css
<style>
a { background-color: #065E32; }
a { background-color: rgb(6,94,50); }
div.DivClassName
{
background-color: #065E32;
}
.BgClassName
{
background-color: #065E32;
}
</style>
border-color css
<style>
span { border-color: #065E32; }
span { border-color: rgb(6,94,50); }
td.TdClassName
{
border-color: #065E32;
}
.TagClassName
{
border-color: #065E32;
}
</style>