Shades of Crusoe #0D6119
Tints of Crusoe #0D6119
RGB
CMYK
RGB Variations
Color information
#0D6119 (or 0x0D6119) is known color: Crusoe. HEX triplet: 0D, 61 and 19. RGB value is (13,97,25). Sum of RGB (Red+Green+Blue) = 13+97+25=135 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.63% from 135); Green value is 97 (38.28% from 255 or 71.85% from 135); Blue value is 25 (10.16% from 255 or 18.52% from 135); Max value from RGB is 97 - color contains mainly: green. Hex color #0D6119 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D6119 is #F29EE6. Grayscale: #3F3F3F. Windows color (decimal): -15900391 or 1663245. OLE color: 1663245.
HSL color Cylindrical-coordinate representation of color #0D6119: hue angle of 128.57º 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 #0D6119 is Cyan = 0.87, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 13 | 97 | 25 | - |
| CMYK | 0.87 | 0 | 0.74 | 0.62 |
| HSL | 128.57º | 0.76% | 0.22% | - |
| HSV(B) | 128.57º | 0.87% | 0.38% | - |
| XYZ | 4.62 | 8.71 | 2.36 | - |
| YUV | 63.68 | 106.17 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 97 | 25 | 0.87 | 0 | 0.74 | 0.62 | 128.57 | 0.76 | 0.22 |
| Hex | D | 61 | 19 | 57 | 0 | 4A | 3E | 81 | 4C | 16 |
| Octal | 15 | 141 | 31 | 127 | 0 | 112 | 76 | 201 | 114 | 26 |
| Binary | 1101 | 1100001 | 11001 | 1010111 | 0 | 1001010 | 111110 | 10000001 | 1001100 | 10110 |
Color Harmonies of #0D6119
Complementary color
Monochromatic Colors of #0D6119
Black with #0D6119
Text Example
Text Example
White with #0D6119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6119; }
p { color: rgb(13,97,25); }
H1.HeaderClassName
{
color: #0D6119;
}
.AnyTagClassName
{
color: #0D6119;
}
</style>
background-color css
<style>
a { background-color: #0D6119; }
a { background-color: rgb(13,97,25); }
div.DivClassName
{
background-color: #0D6119;
}
.BgClassName
{
background-color: #0D6119;
}
</style>
border-color css
<style>
span { border-color: #0D6119; }
span { border-color: rgb(13,97,25); }
td.TdClassName
{
border-color: #0D6119;
}
.TagClassName
{
border-color: #0D6119;
}
</style>