Shades of Crusoe #0D5E21
Tints of Crusoe #0D5E21
RGB
CMYK
RGB Variations
Color information
#0D5E21 (or 0x0D5E21) is known color: Crusoe. HEX triplet: 0D, 5E and 21. RGB value is (13,94,33). Sum of RGB (Red+Green+Blue) = 13+94+33=140 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.29% from 140); Green value is 94 (37.11% from 255 or 67.14% from 140); Blue value is 33 (13.28% from 255 or 23.57% from 140); Max value from RGB is 94 - color contains mainly: green. Hex color #0D5E21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5E21 is #F2A1DE. Grayscale: #3E3E3E. Windows color (decimal): -15901151 or 2186765. OLE color: 2186765.
HSL color Cylindrical-coordinate representation of color #0D5E21: hue angle of 134.81º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D5E21 is Cyan = 0.86, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 13 | 94 | 33 | - |
| CMYK | 0.86 | 0 | 0.65 | 0.63 |
| HSL | 134.81º | 0.76% | 0.21% | - |
| HSV(B) | 134.81º | 0.86% | 0.37% | - |
| XYZ | 4.44 | 8.2 | 2.79 | - |
| YUV | 62.83 | 111.16 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 94 | 33 | 0.86 | 0 | 0.65 | 0.63 | 134.81 | 0.76 | 0.21 |
| Hex | D | 5E | 21 | 56 | 0 | 41 | 3F | 87 | 4C | 15 |
| Octal | 15 | 136 | 41 | 126 | 0 | 101 | 77 | 207 | 114 | 25 |
| Binary | 1101 | 1011110 | 100001 | 1010110 | 0 | 1000001 | 111111 | 10000111 | 1001100 | 10101 |
Color Harmonies of #0D5E21
Complementary color
Monochromatic Colors of #0D5E21
Black with #0D5E21
Text Example
Text Example
White with #0D5E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5E21; }
p { color: rgb(13,94,33); }
H1.HeaderClassName
{
color: #0D5E21;
}
.AnyTagClassName
{
color: #0D5E21;
}
</style>
background-color css
<style>
a { background-color: #0D5E21; }
a { background-color: rgb(13,94,33); }
div.DivClassName
{
background-color: #0D5E21;
}
.BgClassName
{
background-color: #0D5E21;
}
</style>
border-color css
<style>
span { border-color: #0D5E21; }
span { border-color: rgb(13,94,33); }
td.TdClassName
{
border-color: #0D5E21;
}
.TagClassName
{
border-color: #0D5E21;
}
</style>