Shades of Crusoe #0D5817
Tints of Crusoe #0D5817
RGB
CMYK
RGB Variations
Color information
#0D5817 (or 0x0D5817) is known color: Crusoe. HEX triplet: 0D, 58 and 17. RGB value is (13,88,23). Sum of RGB (Red+Green+Blue) = 13+88+23=124 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.48% from 124); Green value is 88 (34.77% from 255 or 70.97% from 124); Blue value is 23 (9.38% from 255 or 18.55% from 124); Max value from RGB is 88 - color contains mainly: green. Hex color #0D5817 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D5817 is #F2A7E8. Grayscale: #3A3A3A. Windows color (decimal): -15902697 or 1529869. OLE color: 1529869.
HSL color Cylindrical-coordinate representation of color #0D5817: hue angle of 128º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D5817 is Cyan = 0.85, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 13 | 88 | 23 | - |
| CMYK | 0.85 | 0 | 0.74 | 0.65 |
| HSL | 128º | 0.74% | 0.2% | - |
| HSV(B) | 128º | 0.85% | 0.35% | - |
| XYZ | 3.81 | 7.13 | 1.99 | - |
| YUV | 58.17 | 108.15 | 95.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 88 | 23 | 0.85 | 0 | 0.74 | 0.65 | 128 | 0.74 | 0.2 |
| Hex | D | 58 | 17 | 55 | 0 | 4A | 41 | 80 | 4A | 14 |
| Octal | 15 | 130 | 27 | 125 | 0 | 112 | 101 | 200 | 112 | 24 |
| Binary | 1101 | 1011000 | 10111 | 1010101 | 0 | 1001010 | 1000001 | 10000000 | 1001010 | 10100 |
Color Harmonies of #0D5817
Complementary color
Monochromatic Colors of #0D5817
Black with #0D5817
Text Example
Text Example
White with #0D5817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5817; }
p { color: rgb(13,88,23); }
H1.HeaderClassName
{
color: #0D5817;
}
.AnyTagClassName
{
color: #0D5817;
}
</style>
background-color css
<style>
a { background-color: #0D5817; }
a { background-color: rgb(13,88,23); }
div.DivClassName
{
background-color: #0D5817;
}
.BgClassName
{
background-color: #0D5817;
}
</style>
border-color css
<style>
span { border-color: #0D5817; }
span { border-color: rgb(13,88,23); }
td.TdClassName
{
border-color: #0D5817;
}
.TagClassName
{
border-color: #0D5817;
}
</style>