Shades of Crusoe #0D5627
Tints of Crusoe #0D5627
RGB
CMYK
RGB Variations
Color information
#0D5627 (or 0x0D5627) is known color: Crusoe. HEX triplet: 0D, 56 and 27. RGB value is (13,86,39). Sum of RGB (Red+Green+Blue) = 13+86+39=138 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.42% from 138); Green value is 86 (33.98% from 255 or 62.32% from 138); Blue value is 39 (15.62% from 255 or 28.26% from 138); Max value from RGB is 86 - color contains mainly: green. Hex color #0D5627 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5627 is #F2A9D8. Grayscale: #3A3A3A. Windows color (decimal): -15903193 or 2577933. OLE color: 2577933.
HSL color Cylindrical-coordinate representation of color #0D5627: hue angle of 141.37º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D5627 is Cyan = 0.85, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 13 | 86 | 39 | - |
| CMYK | 0.85 | 0 | 0.55 | 0.66 |
| HSL | 141.37º | 0.74% | 0.19% | - |
| HSV(B) | 141.37º | 0.85% | 0.34% | - |
| XYZ | 3.86 | 6.89 | 3.05 | - |
| YUV | 58.82 | 116.82 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 86 | 39 | 0.85 | 0 | 0.55 | 0.66 | 141.37 | 0.74 | 0.19 |
| Hex | D | 56 | 27 | 55 | 0 | 37 | 42 | 8D | 4A | 13 |
| Octal | 15 | 126 | 47 | 125 | 0 | 67 | 102 | 215 | 112 | 23 |
| Binary | 1101 | 1010110 | 100111 | 1010101 | 0 | 110111 | 1000010 | 10001101 | 1001010 | 10011 |
Color Harmonies of #0D5627
Complementary color
Monochromatic Colors of #0D5627
Black with #0D5627
Text Example
Text Example
White with #0D5627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5627; }
p { color: rgb(13,86,39); }
H1.HeaderClassName
{
color: #0D5627;
}
.AnyTagClassName
{
color: #0D5627;
}
</style>
background-color css
<style>
a { background-color: #0D5627; }
a { background-color: rgb(13,86,39); }
div.DivClassName
{
background-color: #0D5627;
}
.BgClassName
{
background-color: #0D5627;
}
</style>
border-color css
<style>
span { border-color: #0D5627; }
span { border-color: rgb(13,86,39); }
td.TdClassName
{
border-color: #0D5627;
}
.TagClassName
{
border-color: #0D5627;
}
</style>