Shades of Crusoe #0D6D1D
Tints of Crusoe #0D6D1D
RGB
CMYK
RGB Variations
Color information
#0D6D1D (or 0x0D6D1D) is known color: Crusoe. HEX triplet: 0D, 6D and 1D. RGB value is (13,109,29). Sum of RGB (Red+Green+Blue) = 13+109+29=151 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.61% from 151); Green value is 109 (42.97% from 255 or 72.19% from 151); Blue value is 29 (11.72% from 255 or 19.21% from 151); Max value from RGB is 109 - color contains mainly: green. Hex color #0D6D1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D6D1D is #F292E2. Grayscale: #474747. Windows color (decimal): -15897315 or 1928461. OLE color: 1928461.
HSL color Cylindrical-coordinate representation of color #0D6D1D: hue angle of 130º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D6D1D is Cyan = 0.88, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 13 | 109 | 29 | - |
| CMYK | 0.88 | 0 | 0.73 | 0.57 |
| HSL | 130º | 0.79% | 0.24% | - |
| HSV(B) | 130º | 0.88% | 0.43% | - |
| XYZ | 5.86 | 11.11 | 3 | - |
| YUV | 71.18 | 104.2 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 109 | 29 | 0.88 | 0 | 0.73 | 0.57 | 130 | 0.79 | 0.24 |
| Hex | D | 6D | 1D | 58 | 0 | 49 | 39 | 82 | 4F | 18 |
| Octal | 15 | 155 | 35 | 130 | 0 | 111 | 71 | 202 | 117 | 30 |
| Binary | 1101 | 1101101 | 11101 | 1011000 | 0 | 1001001 | 111001 | 10000010 | 1001111 | 11000 |
Color Harmonies of #0D6D1D
Complementary color
Monochromatic Colors of #0D6D1D
Black with #0D6D1D
Text Example
Text Example
White with #0D6D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6D1D; }
p { color: rgb(13,109,29); }
H1.HeaderClassName
{
color: #0D6D1D;
}
.AnyTagClassName
{
color: #0D6D1D;
}
</style>
background-color css
<style>
a { background-color: #0D6D1D; }
a { background-color: rgb(13,109,29); }
div.DivClassName
{
background-color: #0D6D1D;
}
.BgClassName
{
background-color: #0D6D1D;
}
</style>
border-color css
<style>
span { border-color: #0D6D1D; }
span { border-color: rgb(13,109,29); }
td.TdClassName
{
border-color: #0D6D1D;
}
.TagClassName
{
border-color: #0D6D1D;
}
</style>