Shades of Crusoe #065D22
Tints of Crusoe #065D22
RGB
CMYK
RGB Variations
Color information
#065D22 (or 0x065D22) is known color: Crusoe. HEX triplet: 06, 5D and 22. RGB value is (6,93,34). Sum of RGB (Red+Green+Blue) = 6+93+34=133 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.51% from 133); Green value is 93 (36.72% from 255 or 69.92% from 133); Blue value is 34 (13.67% from 255 or 25.56% from 133); Max value from RGB is 93 - color contains mainly: green. Hex color #065D22 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065D22 is #F9A2DD. Grayscale: #3C3C3C. Windows color (decimal): -16360158 or 2252038. OLE color: 2252038.
HSL color Cylindrical-coordinate representation of color #065D22: hue angle of 139.31º 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 #065D22 is Cyan = 0.94, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 93 | 34 | - |
| CMYK | 0.94 | 0 | 0.63 | 0.64 |
| HSL | 139.31º | 0.88% | 0.19% | - |
| HSV(B) | 139.31º | 0.94% | 0.36% | - |
| XYZ | 4.28 | 7.98 | 2.83 | - |
| YUV | 60.26 | 113.18 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 93 | 34 | 0.94 | 0 | 0.63 | 0.64 | 139.31 | 0.88 | 0.19 |
| Hex | 6 | 5D | 22 | 5E | 0 | 3F | 40 | 8B | 58 | 13 |
| Octal | 6 | 135 | 42 | 136 | 0 | 77 | 100 | 213 | 130 | 23 |
| Binary | 110 | 1011101 | 100010 | 1011110 | 0 | 111111 | 1000000 | 10001011 | 1011000 | 10011 |
Color Harmonies of #065D22
Complementary color
Monochromatic Colors of #065D22
Black with #065D22
Text Example
Text Example
White with #065D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065D22; }
p { color: rgb(6,93,34); }
H1.HeaderClassName
{
color: #065D22;
}
.AnyTagClassName
{
color: #065D22;
}
</style>
background-color css
<style>
a { background-color: #065D22; }
a { background-color: rgb(6,93,34); }
div.DivClassName
{
background-color: #065D22;
}
.BgClassName
{
background-color: #065D22;
}
</style>
border-color css
<style>
span { border-color: #065D22; }
span { border-color: rgb(6,93,34); }
td.TdClassName
{
border-color: #065D22;
}
.TagClassName
{
border-color: #065D22;
}
</style>