Shades of Crusoe #0D581C
Tints of Crusoe #0D581C
RGB
CMYK
RGB Variations
Color information
#0D581C (or 0x0D581C) is known color: Crusoe. HEX triplet: 0D, 58 and 1C. RGB value is (13,88,28). Sum of RGB (Red+Green+Blue) = 13+88+28=129 (17% of max value = 765). Red value is 13 (5.47% from 255 or 10.08% from 129); Green value is 88 (34.77% from 255 or 68.22% from 129); Blue value is 28 (11.33% from 255 or 21.71% from 129); Max value from RGB is 88 - color contains mainly: green. Hex color #0D581C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D581C is #F2A7E3. Grayscale: #3A3A3A. Windows color (decimal): -15902692 or 1857549. OLE color: 1857549.
HSL color Cylindrical-coordinate representation of color #0D581C: hue angle of 132º 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 #0D581C is Cyan = 0.85, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 13 | 88 | 28 | - |
| CMYK | 0.85 | 0 | 0.68 | 0.65 |
| HSL | 132º | 0.74% | 0.2% | - |
| HSV(B) | 132º | 0.85% | 0.35% | - |
| XYZ | 3.87 | 7.15 | 2.27 | - |
| YUV | 58.74 | 110.65 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 88 | 28 | 0.85 | 0 | 0.68 | 0.65 | 132 | 0.74 | 0.2 |
| Hex | D | 58 | 1C | 55 | 0 | 44 | 41 | 84 | 4A | 14 |
| Octal | 15 | 130 | 34 | 125 | 0 | 104 | 101 | 204 | 112 | 24 |
| Binary | 1101 | 1011000 | 11100 | 1010101 | 0 | 1000100 | 1000001 | 10000100 | 1001010 | 10100 |
Color Harmonies of #0D581C
Complementary color
Monochromatic Colors of #0D581C
Black with #0D581C
Text Example
Text Example
White with #0D581C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D581C; }
p { color: rgb(13,88,28); }
H1.HeaderClassName
{
color: #0D581C;
}
.AnyTagClassName
{
color: #0D581C;
}
</style>
background-color css
<style>
a { background-color: #0D581C; }
a { background-color: rgb(13,88,28); }
div.DivClassName
{
background-color: #0D581C;
}
.BgClassName
{
background-color: #0D581C;
}
</style>
border-color css
<style>
span { border-color: #0D581C; }
span { border-color: rgb(13,88,28); }
td.TdClassName
{
border-color: #0D581C;
}
.TagClassName
{
border-color: #0D581C;
}
</style>