Shades of Crusoe #0D6B2E
Tints of Crusoe #0D6B2E
RGB
CMYK
RGB Variations
Color information
#0D6B2E (or 0x0D6B2E) is known color: Crusoe. HEX triplet: 0D, 6B and 2E. RGB value is (13,107,46). Sum of RGB (Red+Green+Blue) = 13+107+46=166 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.83% from 166); Green value is 107 (42.19% from 255 or 64.46% from 166); Blue value is 46 (18.36% from 255 or 27.71% from 166); Max value from RGB is 107 - color contains mainly: green. Hex color #0D6B2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D6B2E is #F294D1. Grayscale: #484848. Windows color (decimal): -15897810 or 3042061. OLE color: 3042061.
HSL color Cylindrical-coordinate representation of color #0D6B2E: hue angle of 141.06º degrees, saturation: 0.78, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D6B2E is Cyan = 0.88, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 13 | 107 | 46 | - |
| CMYK | 0.88 | 0 | 0.57 | 0.58 |
| HSL | 141.06º | 0.78% | 0.24% | - |
| HSV(B) | 141.06º | 0.88% | 0.42% | - |
| XYZ | 5.92 | 10.8 | 4.36 | - |
| YUV | 71.94 | 113.36 | 85.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 107 | 46 | 0.88 | 0 | 0.57 | 0.58 | 141.06 | 0.78 | 0.24 |
| Hex | D | 6B | 2E | 58 | 0 | 39 | 3A | 8D | 4E | 18 |
| Octal | 15 | 153 | 56 | 130 | 0 | 71 | 72 | 215 | 116 | 30 |
| Binary | 1101 | 1101011 | 101110 | 1011000 | 0 | 111001 | 111010 | 10001101 | 1001110 | 11000 |
Color Harmonies of #0D6B2E
Complementary color
Monochromatic Colors of #0D6B2E
Black with #0D6B2E
Text Example
Text Example
White with #0D6B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6B2E; }
p { color: rgb(13,107,46); }
H1.HeaderClassName
{
color: #0D6B2E;
}
.AnyTagClassName
{
color: #0D6B2E;
}
</style>
background-color css
<style>
a { background-color: #0D6B2E; }
a { background-color: rgb(13,107,46); }
div.DivClassName
{
background-color: #0D6B2E;
}
.BgClassName
{
background-color: #0D6B2E;
}
</style>
border-color css
<style>
span { border-color: #0D6B2E; }
span { border-color: rgb(13,107,46); }
td.TdClassName
{
border-color: #0D6B2E;
}
.TagClassName
{
border-color: #0D6B2E;
}
</style>