Shades of Crusoe #0D6B2D
Tints of Crusoe #0D6B2D
RGB
CMYK
RGB Variations
Color information
#0D6B2D (or 0x0D6B2D) is known color: Crusoe. HEX triplet: 0D, 6B and 2D. RGB value is (13,107,45). Sum of RGB (Red+Green+Blue) = 13+107+45=165 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.88% from 165); Green value is 107 (42.19% from 255 or 64.85% from 165); Blue value is 45 (17.97% from 255 or 27.27% from 165); Max value from RGB is 107 - color contains mainly: green. Hex color #0D6B2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D6B2D is #F294D2. Grayscale: #474747. Windows color (decimal): -15897811 or 2976525. OLE color: 2976525.
HSL color Cylindrical-coordinate representation of color #0D6B2D: hue angle of 140.43º 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 #0D6B2D is Cyan = 0.88, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 13 | 107 | 45 | - |
| CMYK | 0.88 | 0 | 0.58 | 0.58 |
| HSL | 140.43º | 0.78% | 0.24% | - |
| HSV(B) | 140.43º | 0.88% | 0.42% | - |
| XYZ | 5.9 | 10.79 | 4.25 | - |
| YUV | 71.83 | 112.86 | 86.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 107 | 45 | 0.88 | 0 | 0.58 | 0.58 | 140.43 | 0.78 | 0.24 |
| Hex | D | 6B | 2D | 58 | 0 | 3A | 3A | 8C | 4E | 18 |
| Octal | 15 | 153 | 55 | 130 | 0 | 72 | 72 | 214 | 116 | 30 |
| Binary | 1101 | 1101011 | 101101 | 1011000 | 0 | 111010 | 111010 | 10001100 | 1001110 | 11000 |
Color Harmonies of #0D6B2D
Complementary color
Monochromatic Colors of #0D6B2D
Black with #0D6B2D
Text Example
Text Example
White with #0D6B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6B2D; }
p { color: rgb(13,107,45); }
H1.HeaderClassName
{
color: #0D6B2D;
}
.AnyTagClassName
{
color: #0D6B2D;
}
</style>
background-color css
<style>
a { background-color: #0D6B2D; }
a { background-color: rgb(13,107,45); }
div.DivClassName
{
background-color: #0D6B2D;
}
.BgClassName
{
background-color: #0D6B2D;
}
</style>
border-color css
<style>
span { border-color: #0D6B2D; }
span { border-color: rgb(13,107,45); }
td.TdClassName
{
border-color: #0D6B2D;
}
.TagClassName
{
border-color: #0D6B2D;
}
</style>