Shades of Crusoe #0D572B
Tints of Crusoe #0D572B
RGB
CMYK
RGB Variations
Color information
#0D572B (or 0x0D572B) is known color: Crusoe. HEX triplet: 0D, 57 and 2B. RGB value is (13,87,43). Sum of RGB (Red+Green+Blue) = 13+87+43=143 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.09% from 143); Green value is 87 (34.38% from 255 or 60.84% from 143); Blue value is 43 (17.19% from 255 or 30.07% from 143); Max value from RGB is 87 - color contains mainly: green. Hex color #0D572B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D572B is #F2A8D4. Grayscale: #3B3B3B. Windows color (decimal): -15902933 or 2840333. OLE color: 2840333.
HSL color Cylindrical-coordinate representation of color #0D572B: hue angle of 144.32º 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 #0D572B is Cyan = 0.85, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 13 | 87 | 43 | - |
| CMYK | 0.85 | 0 | 0.51 | 0.66 |
| HSL | 144.32º | 0.74% | 0.2% | - |
| HSV(B) | 144.32º | 0.85% | 0.34% | - |
| XYZ | 4.01 | 7.08 | 3.44 | - |
| YUV | 59.86 | 118.48 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 87 | 43 | 0.85 | 0 | 0.51 | 0.66 | 144.32 | 0.74 | 0.2 |
| Hex | D | 57 | 2B | 55 | 0 | 33 | 42 | 90 | 4A | 14 |
| Octal | 15 | 127 | 53 | 125 | 0 | 63 | 102 | 220 | 112 | 24 |
| Binary | 1101 | 1010111 | 101011 | 1010101 | 0 | 110011 | 1000010 | 10010000 | 1001010 | 10100 |
Color Harmonies of #0D572B
Complementary color
Monochromatic Colors of #0D572B
Black with #0D572B
Text Example
Text Example
White with #0D572B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D572B; }
p { color: rgb(13,87,43); }
H1.HeaderClassName
{
color: #0D572B;
}
.AnyTagClassName
{
color: #0D572B;
}
</style>
background-color css
<style>
a { background-color: #0D572B; }
a { background-color: rgb(13,87,43); }
div.DivClassName
{
background-color: #0D572B;
}
.BgClassName
{
background-color: #0D572B;
}
</style>
border-color css
<style>
span { border-color: #0D572B; }
span { border-color: rgb(13,87,43); }
td.TdClassName
{
border-color: #0D572B;
}
.TagClassName
{
border-color: #0D572B;
}
</style>