Shades of Crusoe #0D4F20
Tints of Crusoe #0D4F20
RGB
CMYK
RGB Variations
Color information
#0D4F20 (or 0x0D4F20) is known color: Crusoe. HEX triplet: 0D, 4F and 20. RGB value is (13,79,32). Sum of RGB (Red+Green+Blue) = 13+79+32=124 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.48% from 124); Green value is 79 (31.25% from 255 or 63.71% from 124); Blue value is 32 (12.89% from 255 or 25.81% from 124); Max value from RGB is 79 - color contains mainly: green. Hex color #0D4F20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D4F20 is #F2B0DF. Grayscale: #363636. Windows color (decimal): -15904992 or 2117389. OLE color: 2117389.
HSL color Cylindrical-coordinate representation of color #0D4F20: hue angle of 137.27º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D4F20 is Cyan = 0.84, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 13 | 79 | 32 | - |
| CMYK | 0.84 | 0 | 0.59 | 0.69 |
| HSL | 137.27º | 0.72% | 0.18% | - |
| HSV(B) | 137.27º | 0.84% | 0.31% | - |
| XYZ | 3.22 | 5.78 | 2.31 | - |
| YUV | 53.91 | 115.63 | 98.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 79 | 32 | 0.84 | 0 | 0.59 | 0.69 | 137.27 | 0.72 | 0.18 |
| Hex | D | 4F | 20 | 54 | 0 | 3B | 45 | 89 | 48 | 12 |
| Octal | 15 | 117 | 40 | 124 | 0 | 73 | 105 | 211 | 110 | 22 |
| Binary | 1101 | 1001111 | 100000 | 1010100 | 0 | 111011 | 1000101 | 10001001 | 1001000 | 10010 |
Color Harmonies of #0D4F20
Complementary color
Monochromatic Colors of #0D4F20
Black with #0D4F20
Text Example
Text Example
White with #0D4F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4F20; }
p { color: rgb(13,79,32); }
H1.HeaderClassName
{
color: #0D4F20;
}
.AnyTagClassName
{
color: #0D4F20;
}
</style>
background-color css
<style>
a { background-color: #0D4F20; }
a { background-color: rgb(13,79,32); }
div.DivClassName
{
background-color: #0D4F20;
}
.BgClassName
{
background-color: #0D4F20;
}
</style>
border-color css
<style>
span { border-color: #0D4F20; }
span { border-color: rgb(13,79,32); }
td.TdClassName
{
border-color: #0D4F20;
}
.TagClassName
{
border-color: #0D4F20;
}
</style>