Shades of Crusoe #005D22
Tints of Crusoe #005D22
RGB
CMYK
RGB Variations
Color information
#005D22 (or 0x005D22) is known color: Crusoe. HEX triplet: 00, 5D and 22. RGB value is (0,93,34). Sum of RGB (Red+Green+Blue) = 0+93+34=127 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 127); Green value is 93 (36.72% from 255 or 73.23% from 127); Blue value is 34 (13.67% from 255 or 26.77% from 127); Max value from RGB is 93 - color contains mainly: green. Hex color #005D22 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005D22 is #FFA2DD. Grayscale: #3A3A3A. Windows color (decimal): -16753374 or 2252032. OLE color: 2252032.
HSL color Cylindrical-coordinate representation of color #005D22: hue angle of 141.94º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005D22 is Cyan = 1, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 93 | 34 | - |
| CMYK | 1 | 0 | 0.63 | 0.64 |
| HSL | 141.94º | 1% | 0.18% | - |
| HSV(B) | 141.94º | 1% | 0.36% | - |
| XYZ | 4.2 | 7.94 | 2.83 | - |
| YUV | 58.47 | 114.19 | 86.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 93 | 34 | 1 | 0 | 0.63 | 0.64 | 141.94 | 1 | 0.18 |
| Hex | 0 | 5D | 22 | 64 | 0 | 3F | 40 | 8E | 64 | 12 |
| Octal | 0 | 135 | 42 | 144 | 0 | 77 | 100 | 216 | 144 | 22 |
| Binary | 0 | 1011101 | 100010 | 1100100 | 0 | 111111 | 1000000 | 10001110 | 1100100 | 10010 |
Color Harmonies of #005D22
Complementary color
Monochromatic Colors of #005D22
Black with #005D22
Text Example
Text Example
White with #005D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005D22; }
p { color: rgb(0,93,34); }
H1.HeaderClassName
{
color: #005D22;
}
.AnyTagClassName
{
color: #005D22;
}
</style>
background-color css
<style>
a { background-color: #005D22; }
a { background-color: rgb(0,93,34); }
div.DivClassName
{
background-color: #005D22;
}
.BgClassName
{
background-color: #005D22;
}
</style>
border-color css
<style>
span { border-color: #005D22; }
span { border-color: rgb(0,93,34); }
td.TdClassName
{
border-color: #005D22;
}
.TagClassName
{
border-color: #005D22;
}
</style>