Shades of Crusoe #065D2A
Tints of Crusoe #065D2A
RGB
CMYK
RGB Variations
Color information
#065D2A (or 0x065D2A) is known color: Crusoe. HEX triplet: 06, 5D and 2A. RGB value is (6,93,42). Sum of RGB (Red+Green+Blue) = 6+93+42=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 93 (36.72% from 255 or 65.96% from 141); Blue value is 42 (16.80% from 255 or 29.79% from 141); Max value from RGB is 93 - color contains mainly: green. Hex color #065D2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065D2A is #F9A2D5. Grayscale: #3D3D3D. Windows color (decimal): -16360150 or 2776326. OLE color: 2776326.
HSL color Cylindrical-coordinate representation of color #065D2A: hue angle of 144.83º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #065D2A is Cyan = 0.94, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 93 | 42 | - |
| CMYK | 0.94 | 0 | 0.55 | 0.64 |
| HSL | 144.83º | 0.88% | 0.19% | - |
| HSV(B) | 144.83º | 0.94% | 0.36% | - |
| XYZ | 4.41 | 8.03 | 3.51 | - |
| YUV | 61.17 | 117.18 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 93 | 42 | 0.94 | 0 | 0.55 | 0.64 | 144.83 | 0.88 | 0.19 |
| Hex | 6 | 5D | 2A | 5E | 0 | 37 | 40 | 91 | 58 | 13 |
| Octal | 6 | 135 | 52 | 136 | 0 | 67 | 100 | 221 | 130 | 23 |
| Binary | 110 | 1011101 | 101010 | 1011110 | 0 | 110111 | 1000000 | 10010001 | 1011000 | 10011 |
Color Harmonies of #065D2A
Complementary color
Monochromatic Colors of #065D2A
Black with #065D2A
Text Example
Text Example
White with #065D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065D2A; }
p { color: rgb(6,93,42); }
H1.HeaderClassName
{
color: #065D2A;
}
.AnyTagClassName
{
color: #065D2A;
}
</style>
background-color css
<style>
a { background-color: #065D2A; }
a { background-color: rgb(6,93,42); }
div.DivClassName
{
background-color: #065D2A;
}
.BgClassName
{
background-color: #065D2A;
}
</style>
border-color css
<style>
span { border-color: #065D2A; }
span { border-color: rgb(6,93,42); }
td.TdClassName
{
border-color: #065D2A;
}
.TagClassName
{
border-color: #065D2A;
}
</style>