Shades of Crusoe #0D6122
Tints of Crusoe #0D6122
RGB
CMYK
RGB Variations
Color information
#0D6122 (or 0x0D6122) is known color: Crusoe. HEX triplet: 0D, 61 and 22. RGB value is (13,97,34). Sum of RGB (Red+Green+Blue) = 13+97+34=144 (19% of max value = 765). Red value is 13 (5.47% from 255 or 9.03% from 144); Green value is 97 (38.28% from 255 or 67.36% from 144); Blue value is 34 (13.67% from 255 or 23.61% from 144); Max value from RGB is 97 - color contains mainly: green. Hex color #0D6122 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D6122 is #F29EDD. Grayscale: #404040. Windows color (decimal): -15900382 or 2253069. OLE color: 2253069.
HSL color Cylindrical-coordinate representation of color #0D6122: hue angle of 135º 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 #0D6122 is Cyan = 0.87, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 13 | 97 | 34 | - |
| CMYK | 0.87 | 0 | 0.65 | 0.62 |
| HSL | 135º | 0.76% | 0.22% | - |
| HSV(B) | 135º | 0.87% | 0.38% | - |
| XYZ | 4.73 | 8.75 | 2.95 | - |
| YUV | 64.7 | 110.67 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 97 | 34 | 0.87 | 0 | 0.65 | 0.62 | 135 | 0.76 | 0.22 |
| Hex | D | 61 | 22 | 57 | 0 | 41 | 3E | 87 | 4C | 16 |
| Octal | 15 | 141 | 42 | 127 | 0 | 101 | 76 | 207 | 114 | 26 |
| Binary | 1101 | 1100001 | 100010 | 1010111 | 0 | 1000001 | 111110 | 10000111 | 1001100 | 10110 |
Color Harmonies of #0D6122
Complementary color
Monochromatic Colors of #0D6122
Black with #0D6122
Text Example
Text Example
White with #0D6122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6122; }
p { color: rgb(13,97,34); }
H1.HeaderClassName
{
color: #0D6122;
}
.AnyTagClassName
{
color: #0D6122;
}
</style>
background-color css
<style>
a { background-color: #0D6122; }
a { background-color: rgb(13,97,34); }
div.DivClassName
{
background-color: #0D6122;
}
.BgClassName
{
background-color: #0D6122;
}
</style>
border-color css
<style>
span { border-color: #0D6122; }
span { border-color: rgb(13,97,34); }
td.TdClassName
{
border-color: #0D6122;
}
.TagClassName
{
border-color: #0D6122;
}
</style>