Shades of Crusoe #0D6131
Tints of Crusoe #0D6131
RGB
CMYK
RGB Variations
Color information
#0D6131 (or 0x0D6131) is known color: Crusoe. HEX triplet: 0D, 61 and 31. RGB value is (13,97,49). Sum of RGB (Red+Green+Blue) = 13+97+49=159 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.18% from 159); Green value is 97 (38.28% from 255 or 61.01% from 159); Blue value is 49 (19.53% from 255 or 30.82% from 159); Max value from RGB is 97 - color contains mainly: green. Hex color #0D6131 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D6131 is #F29ECE. Grayscale: #424242. Windows color (decimal): -15900367 or 3236109. OLE color: 3236109.
HSL color Cylindrical-coordinate representation of color #0D6131: hue angle of 145.71º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D6131 is Cyan = 0.87, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 13 | 97 | 49 | - |
| CMYK | 0.87 | 0 | 0.49 | 0.62 |
| HSL | 145.71º | 0.76% | 0.22% | - |
| HSV(B) | 145.71º | 0.87% | 0.38% | - |
| XYZ | 5 | 8.86 | 4.35 | - |
| YUV | 66.41 | 118.17 | 89.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 97 | 49 | 0.87 | 0 | 0.49 | 0.62 | 145.71 | 0.76 | 0.22 |
| Hex | D | 61 | 31 | 57 | 0 | 31 | 3E | 92 | 4C | 16 |
| Octal | 15 | 141 | 61 | 127 | 0 | 61 | 76 | 222 | 114 | 26 |
| Binary | 1101 | 1100001 | 110001 | 1010111 | 0 | 110001 | 111110 | 10010010 | 1001100 | 10110 |
Color Harmonies of #0D6131
Complementary color
Monochromatic Colors of #0D6131
Black with #0D6131
Text Example
Text Example
White with #0D6131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6131; }
p { color: rgb(13,97,49); }
H1.HeaderClassName
{
color: #0D6131;
}
.AnyTagClassName
{
color: #0D6131;
}
</style>
background-color css
<style>
a { background-color: #0D6131; }
a { background-color: rgb(13,97,49); }
div.DivClassName
{
background-color: #0D6131;
}
.BgClassName
{
background-color: #0D6131;
}
</style>
border-color css
<style>
span { border-color: #0D6131; }
span { border-color: rgb(13,97,49); }
td.TdClassName
{
border-color: #0D6131;
}
.TagClassName
{
border-color: #0D6131;
}
</style>