Shades of Crusoe #0D581E
Tints of Crusoe #0D581E
RGB
CMYK
RGB Variations
Color information
#0D581E (or 0x0D581E) is known color: Crusoe. HEX triplet: 0D, 58 and 1E. RGB value is (13,88,30). Sum of RGB (Red+Green+Blue) = 13+88+30=131 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.92% from 131); Green value is 88 (34.77% from 255 or 67.18% from 131); Blue value is 30 (12.11% from 255 or 22.90% from 131); Max value from RGB is 88 - color contains mainly: green. Hex color #0D581E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D581E is #F2A7E1. Grayscale: #3B3B3B. Windows color (decimal): -15902690 or 1988621. OLE color: 1988621.
HSL color Cylindrical-coordinate representation of color #0D581E: hue angle of 133.6º 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 #0D581E is Cyan = 0.85, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 13 | 88 | 30 | - |
| CMYK | 0.85 | 0 | 0.66 | 0.65 |
| HSL | 133.6º | 0.74% | 0.2% | - |
| HSV(B) | 133.6º | 0.85% | 0.35% | - |
| XYZ | 3.89 | 7.16 | 2.41 | - |
| YUV | 58.96 | 111.65 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 88 | 30 | 0.85 | 0 | 0.66 | 0.65 | 133.6 | 0.74 | 0.2 |
| Hex | D | 58 | 1E | 55 | 0 | 42 | 41 | 86 | 4A | 14 |
| Octal | 15 | 130 | 36 | 125 | 0 | 102 | 101 | 206 | 112 | 24 |
| Binary | 1101 | 1011000 | 11110 | 1010101 | 0 | 1000010 | 1000001 | 10000110 | 1001010 | 10100 |
Color Harmonies of #0D581E
Complementary color
Monochromatic Colors of #0D581E
Black with #0D581E
Text Example
Text Example
White with #0D581E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D581E; }
p { color: rgb(13,88,30); }
H1.HeaderClassName
{
color: #0D581E;
}
.AnyTagClassName
{
color: #0D581E;
}
</style>
background-color css
<style>
a { background-color: #0D581E; }
a { background-color: rgb(13,88,30); }
div.DivClassName
{
background-color: #0D581E;
}
.BgClassName
{
background-color: #0D581E;
}
</style>
border-color css
<style>
span { border-color: #0D581E; }
span { border-color: rgb(13,88,30); }
td.TdClassName
{
border-color: #0D581E;
}
.TagClassName
{
border-color: #0D581E;
}
</style>