Shades of Crusoe #0D6A1D
Tints of Crusoe #0D6A1D
RGB
CMYK
RGB Variations
Color information
#0D6A1D (or 0x0D6A1D) is known color: Crusoe. HEX triplet: 0D, 6A and 1D. RGB value is (13,106,29). Sum of RGB (Red+Green+Blue) = 13+106+29=148 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.78% from 148); Green value is 106 (41.80% from 255 or 71.62% from 148); Blue value is 29 (11.72% from 255 or 19.59% from 148); Max value from RGB is 106 - color contains mainly: green. Hex color #0D6A1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D6A1D is #F295E2. Grayscale: #454545. Windows color (decimal): -15898083 or 1927693. OLE color: 1927693.
HSL color Cylindrical-coordinate representation of color #0D6A1D: hue angle of 130.32º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D6A1D is Cyan = 0.88, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 13 | 106 | 29 | - |
| CMYK | 0.88 | 0 | 0.73 | 0.58 |
| HSL | 130.32º | 0.78% | 0.23% | - |
| HSV(B) | 130.32º | 0.88% | 0.42% | - |
| XYZ | 5.54 | 10.48 | 2.89 | - |
| YUV | 69.42 | 105.19 | 87.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 106 | 29 | 0.88 | 0 | 0.73 | 0.58 | 130.32 | 0.78 | 0.23 |
| Hex | D | 6A | 1D | 58 | 0 | 49 | 3A | 82 | 4E | 17 |
| Octal | 15 | 152 | 35 | 130 | 0 | 111 | 72 | 202 | 116 | 27 |
| Binary | 1101 | 1101010 | 11101 | 1011000 | 0 | 1001001 | 111010 | 10000010 | 1001110 | 10111 |
Color Harmonies of #0D6A1D
Complementary color
Monochromatic Colors of #0D6A1D
Black with #0D6A1D
Text Example
Text Example
White with #0D6A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6A1D; }
p { color: rgb(13,106,29); }
H1.HeaderClassName
{
color: #0D6A1D;
}
.AnyTagClassName
{
color: #0D6A1D;
}
</style>
background-color css
<style>
a { background-color: #0D6A1D; }
a { background-color: rgb(13,106,29); }
div.DivClassName
{
background-color: #0D6A1D;
}
.BgClassName
{
background-color: #0D6A1D;
}
</style>
border-color css
<style>
span { border-color: #0D6A1D; }
span { border-color: rgb(13,106,29); }
td.TdClassName
{
border-color: #0D6A1D;
}
.TagClassName
{
border-color: #0D6A1D;
}
</style>