Shades of Crusoe #0D5725
Tints of Crusoe #0D5725
RGB
CMYK
RGB Variations
Color information
#0D5725 (or 0x0D5725) is known color: Crusoe. HEX triplet: 0D, 57 and 25. RGB value is (13,87,37). Sum of RGB (Red+Green+Blue) = 13+87+37=137 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.49% from 137); Green value is 87 (34.38% from 255 or 63.50% from 137); Blue value is 37 (14.84% from 255 or 27.01% from 137); Max value from RGB is 87 - color contains mainly: green. Hex color #0D5725 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5725 is #F2A8DA. Grayscale: #3B3B3B. Windows color (decimal): -15902939 or 2447117. OLE color: 2447117.
HSL color Cylindrical-coordinate representation of color #0D5725: hue angle of 139.46º 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 #0D5725 is Cyan = 0.85, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 13 | 87 | 37 | - |
| CMYK | 0.85 | 0 | 0.57 | 0.66 |
| HSL | 139.46º | 0.74% | 0.2% | - |
| HSV(B) | 139.46º | 0.85% | 0.34% | - |
| XYZ | 3.91 | 7.04 | 2.9 | - |
| YUV | 59.17 | 115.48 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 87 | 37 | 0.85 | 0 | 0.57 | 0.66 | 139.46 | 0.74 | 0.2 |
| Hex | D | 57 | 25 | 55 | 0 | 39 | 42 | 8B | 4A | 14 |
| Octal | 15 | 127 | 45 | 125 | 0 | 71 | 102 | 213 | 112 | 24 |
| Binary | 1101 | 1010111 | 100101 | 1010101 | 0 | 111001 | 1000010 | 10001011 | 1001010 | 10100 |
Color Harmonies of #0D5725
Complementary color
Monochromatic Colors of #0D5725
Black with #0D5725
Text Example
Text Example
White with #0D5725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5725; }
p { color: rgb(13,87,37); }
H1.HeaderClassName
{
color: #0D5725;
}
.AnyTagClassName
{
color: #0D5725;
}
</style>
background-color css
<style>
a { background-color: #0D5725; }
a { background-color: rgb(13,87,37); }
div.DivClassName
{
background-color: #0D5725;
}
.BgClassName
{
background-color: #0D5725;
}
</style>
border-color css
<style>
span { border-color: #0D5725; }
span { border-color: rgb(13,87,37); }
td.TdClassName
{
border-color: #0D5725;
}
.TagClassName
{
border-color: #0D5725;
}
</style>