Shades of Crusoe #0D6A20
Tints of Crusoe #0D6A20
RGB
CMYK
RGB Variations
Color information
#0D6A20 (or 0x0D6A20) is known color: Crusoe. HEX triplet: 0D, 6A and 20. RGB value is (13,106,32). Sum of RGB (Red+Green+Blue) = 13+106+32=151 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.61% from 151); Green value is 106 (41.80% from 255 or 70.20% from 151); Blue value is 32 (12.89% from 255 or 21.19% from 151); Max value from RGB is 106 - color contains mainly: green. Hex color #0D6A20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D6A20 is #F295DF. Grayscale: #454545. Windows color (decimal): -15898080 or 2124301. OLE color: 2124301.
HSL color Cylindrical-coordinate representation of color #0D6A20: hue angle of 132.26º 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 #0D6A20 is Cyan = 0.88, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 13 | 106 | 32 | - |
| CMYK | 0.88 | 0 | 0.70 | 0.58 |
| HSL | 132.26º | 0.78% | 0.23% | - |
| HSV(B) | 132.26º | 0.88% | 0.42% | - |
| XYZ | 5.58 | 10.5 | 3.1 | - |
| YUV | 69.76 | 106.69 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 106 | 32 | 0.88 | 0 | 0.70 | 0.58 | 132.26 | 0.78 | 0.23 |
| Hex | D | 6A | 20 | 58 | 0 | 46 | 3A | 84 | 4E | 17 |
| Octal | 15 | 152 | 40 | 130 | 0 | 106 | 72 | 204 | 116 | 27 |
| Binary | 1101 | 1101010 | 100000 | 1011000 | 0 | 1000110 | 111010 | 10000100 | 1001110 | 10111 |
Color Harmonies of #0D6A20
Complementary color
Monochromatic Colors of #0D6A20
Black with #0D6A20
Text Example
Text Example
White with #0D6A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6A20; }
p { color: rgb(13,106,32); }
H1.HeaderClassName
{
color: #0D6A20;
}
.AnyTagClassName
{
color: #0D6A20;
}
</style>
background-color css
<style>
a { background-color: #0D6A20; }
a { background-color: rgb(13,106,32); }
div.DivClassName
{
background-color: #0D6A20;
}
.BgClassName
{
background-color: #0D6A20;
}
</style>
border-color css
<style>
span { border-color: #0D6A20; }
span { border-color: rgb(13,106,32); }
td.TdClassName
{
border-color: #0D6A20;
}
.TagClassName
{
border-color: #0D6A20;
}
</style>