Shades of Crusoe #0D6125
Tints of Crusoe #0D6125
RGB
CMYK
RGB Variations
Color information
#0D6125 (or 0x0D6125) is known color: Crusoe. HEX triplet: 0D, 61 and 25. RGB value is (13,97,37). Sum of RGB (Red+Green+Blue) = 13+97+37=147 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.84% from 147); Green value is 97 (38.28% from 255 or 65.99% from 147); Blue value is 37 (14.84% from 255 or 25.17% from 147); Max value from RGB is 97 - color contains mainly: green. Hex color #0D6125 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D6125 is #F29EDA. Grayscale: #414141. Windows color (decimal): -15900379 or 2449677. OLE color: 2449677.
HSL color Cylindrical-coordinate representation of color #0D6125: hue angle of 137.14º 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 #0D6125 is Cyan = 0.87, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 13 | 97 | 37 | - |
| CMYK | 0.87 | 0 | 0.62 | 0.62 |
| HSL | 137.14º | 0.76% | 0.22% | - |
| HSV(B) | 137.14º | 0.87% | 0.38% | - |
| XYZ | 4.77 | 8.77 | 3.19 | - |
| YUV | 65.04 | 112.17 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 97 | 37 | 0.87 | 0 | 0.62 | 0.62 | 137.14 | 0.76 | 0.22 |
| Hex | D | 61 | 25 | 57 | 0 | 3E | 3E | 89 | 4C | 16 |
| Octal | 15 | 141 | 45 | 127 | 0 | 76 | 76 | 211 | 114 | 26 |
| Binary | 1101 | 1100001 | 100101 | 1010111 | 0 | 111110 | 111110 | 10001001 | 1001100 | 10110 |
Color Harmonies of #0D6125
Complementary color
Monochromatic Colors of #0D6125
Black with #0D6125
Text Example
Text Example
White with #0D6125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6125; }
p { color: rgb(13,97,37); }
H1.HeaderClassName
{
color: #0D6125;
}
.AnyTagClassName
{
color: #0D6125;
}
</style>
background-color css
<style>
a { background-color: #0D6125; }
a { background-color: rgb(13,97,37); }
div.DivClassName
{
background-color: #0D6125;
}
.BgClassName
{
background-color: #0D6125;
}
</style>
border-color css
<style>
span { border-color: #0D6125; }
span { border-color: rgb(13,97,37); }
td.TdClassName
{
border-color: #0D6125;
}
.TagClassName
{
border-color: #0D6125;
}
</style>