Shades of Crusoe #0D591C
Tints of Crusoe #0D591C
RGB
CMYK
RGB Variations
Color information
#0D591C (or 0x0D591C) is known color: Crusoe. HEX triplet: 0D, 59 and 1C. RGB value is (13,89,28). Sum of RGB (Red+Green+Blue) = 13+89+28=130 (17% of max value = 765). Red value is 13 (5.47% from 255 or 10% from 130); Green value is 89 (35.16% from 255 or 68.46% from 130); Blue value is 28 (11.33% from 255 or 21.54% from 130); Max value from RGB is 89 - color contains mainly: green. Hex color #0D591C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D591C is #F2A6E3. Grayscale: #3B3B3B. Windows color (decimal): -15902436 or 1857805. OLE color: 1857805.
HSL color Cylindrical-coordinate representation of color #0D591C: hue angle of 131.84º degrees, saturation: 0.75, 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 #0D591C is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 13 | 89 | 28 | - |
| CMYK | 0.85 | 0 | 0.69 | 0.65 |
| HSL | 131.84º | 0.75% | 0.2% | - |
| HSV(B) | 131.84º | 0.85% | 0.35% | - |
| XYZ | 3.95 | 7.31 | 2.3 | - |
| YUV | 59.32 | 110.32 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 89 | 28 | 0.85 | 0 | 0.69 | 0.65 | 131.84 | 0.75 | 0.2 |
| Hex | D | 59 | 1C | 55 | 0 | 45 | 41 | 84 | 4B | 14 |
| Octal | 15 | 131 | 34 | 125 | 0 | 105 | 101 | 204 | 113 | 24 |
| Binary | 1101 | 1011001 | 11100 | 1010101 | 0 | 1000101 | 1000001 | 10000100 | 1001011 | 10100 |
Color Harmonies of #0D591C
Complementary color
Monochromatic Colors of #0D591C
Black with #0D591C
Text Example
Text Example
White with #0D591C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D591C; }
p { color: rgb(13,89,28); }
H1.HeaderClassName
{
color: #0D591C;
}
.AnyTagClassName
{
color: #0D591C;
}
</style>
background-color css
<style>
a { background-color: #0D591C; }
a { background-color: rgb(13,89,28); }
div.DivClassName
{
background-color: #0D591C;
}
.BgClassName
{
background-color: #0D591C;
}
</style>
border-color css
<style>
span { border-color: #0D591C; }
span { border-color: rgb(13,89,28); }
td.TdClassName
{
border-color: #0D591C;
}
.TagClassName
{
border-color: #0D591C;
}
</style>