Shades of Crusoe #0D622D
Tints of Crusoe #0D622D
RGB
CMYK
RGB Variations
Color information
#0D622D (or 0x0D622D) is known color: Crusoe. HEX triplet: 0D, 62 and 2D. RGB value is (13,98,45). Sum of RGB (Red+Green+Blue) = 13+98+45=156 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.33% from 156); Green value is 98 (38.67% from 255 or 62.82% from 156); Blue value is 45 (17.97% from 255 or 28.85% from 156); Max value from RGB is 98 - color contains mainly: green. Hex color #0D622D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D622D is #F29DD2. Grayscale: #424242. Windows color (decimal): -15900115 or 2974221. OLE color: 2974221.
HSL color Cylindrical-coordinate representation of color #0D622D: hue angle of 142.59º degrees, saturation: 0.77, 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 #0D622D is Cyan = 0.87, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 13 | 98 | 45 | - |
| CMYK | 0.87 | 0 | 0.54 | 0.62 |
| HSL | 142.59º | 0.77% | 0.22% | - |
| HSV(B) | 142.59º | 0.87% | 0.38% | - |
| XYZ | 5.01 | 9.01 | 3.96 | - |
| YUV | 66.54 | 115.84 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 98 | 45 | 0.87 | 0 | 0.54 | 0.62 | 142.59 | 0.77 | 0.22 |
| Hex | D | 62 | 2D | 57 | 0 | 36 | 3E | 8F | 4D | 16 |
| Octal | 15 | 142 | 55 | 127 | 0 | 66 | 76 | 217 | 115 | 26 |
| Binary | 1101 | 1100010 | 101101 | 1010111 | 0 | 110110 | 111110 | 10001111 | 1001101 | 10110 |
Color Harmonies of #0D622D
Complementary color
Monochromatic Colors of #0D622D
Black with #0D622D
Text Example
Text Example
White with #0D622D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D622D; }
p { color: rgb(13,98,45); }
H1.HeaderClassName
{
color: #0D622D;
}
.AnyTagClassName
{
color: #0D622D;
}
</style>
background-color css
<style>
a { background-color: #0D622D; }
a { background-color: rgb(13,98,45); }
div.DivClassName
{
background-color: #0D622D;
}
.BgClassName
{
background-color: #0D622D;
}
</style>
border-color css
<style>
span { border-color: #0D622D; }
span { border-color: rgb(13,98,45); }
td.TdClassName
{
border-color: #0D622D;
}
.TagClassName
{
border-color: #0D622D;
}
</style>