Shades of Crusoe #0D572F
Tints of Crusoe #0D572F
RGB
CMYK
RGB Variations
Color information
#0D572F (or 0x0D572F) is known color: Crusoe. HEX triplet: 0D, 57 and 2F. RGB value is (13,87,47). Sum of RGB (Red+Green+Blue) = 13+87+47=147 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.84% from 147); Green value is 87 (34.38% from 255 or 59.18% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 87 - color contains mainly: green. Hex color #0D572F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D572F is #F2A8D0. Grayscale: #3C3C3C. Windows color (decimal): -15902929 or 3102477. OLE color: 3102477.
HSL color Cylindrical-coordinate representation of color #0D572F: hue angle of 147.57º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D572F is Cyan = 0.85, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 13 | 87 | 47 | - |
| CMYK | 0.85 | 0 | 0.46 | 0.66 |
| HSL | 147.57º | 0.74% | 0.2% | - |
| HSV(B) | 147.57º | 0.85% | 0.34% | - |
| XYZ | 4.09 | 7.11 | 3.85 | - |
| YUV | 60.31 | 120.48 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 87 | 47 | 0.85 | 0 | 0.46 | 0.66 | 147.57 | 0.74 | 0.2 |
| Hex | D | 57 | 2F | 55 | 0 | 2E | 42 | 94 | 4A | 14 |
| Octal | 15 | 127 | 57 | 125 | 0 | 56 | 102 | 224 | 112 | 24 |
| Binary | 1101 | 1010111 | 101111 | 1010101 | 0 | 101110 | 1000010 | 10010100 | 1001010 | 10100 |
Color Harmonies of #0D572F
Complementary color
Monochromatic Colors of #0D572F
Black with #0D572F
Text Example
Text Example
White with #0D572F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D572F; }
p { color: rgb(13,87,47); }
H1.HeaderClassName
{
color: #0D572F;
}
.AnyTagClassName
{
color: #0D572F;
}
</style>
background-color css
<style>
a { background-color: #0D572F; }
a { background-color: rgb(13,87,47); }
div.DivClassName
{
background-color: #0D572F;
}
.BgClassName
{
background-color: #0D572F;
}
</style>
border-color css
<style>
span { border-color: #0D572F; }
span { border-color: rgb(13,87,47); }
td.TdClassName
{
border-color: #0D572F;
}
.TagClassName
{
border-color: #0D572F;
}
</style>