Shades of Crusoe #0D511D
Tints of Crusoe #0D511D
RGB
CMYK
RGB Variations
Color information
#0D511D (or 0x0D511D) is known color: Crusoe. HEX triplet: 0D, 51 and 1D. RGB value is (13,81,29). Sum of RGB (Red+Green+Blue) = 13+81+29=123 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.57% from 123); Green value is 81 (32.03% from 255 or 65.85% from 123); Blue value is 29 (11.72% from 255 or 23.58% from 123); Max value from RGB is 81 - color contains mainly: green. Hex color #0D511D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D511D is #F2AEE2. Grayscale: #363636. Windows color (decimal): -15904483 or 1921293. OLE color: 1921293.
HSL color Cylindrical-coordinate representation of color #0D511D: hue angle of 134.12º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D511D is Cyan = 0.84, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 13 | 81 | 29 | - |
| CMYK | 0.84 | 0 | 0.64 | 0.68 |
| HSL | 134.12º | 0.72% | 0.18% | - |
| HSV(B) | 134.12º | 0.84% | 0.32% | - |
| XYZ | 3.33 | 6.06 | 2.16 | - |
| YUV | 54.74 | 113.47 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 81 | 29 | 0.84 | 0 | 0.64 | 0.68 | 134.12 | 0.72 | 0.18 |
| Hex | D | 51 | 1D | 54 | 0 | 40 | 44 | 86 | 48 | 12 |
| Octal | 15 | 121 | 35 | 124 | 0 | 100 | 104 | 206 | 110 | 22 |
| Binary | 1101 | 1010001 | 11101 | 1010100 | 0 | 1000000 | 1000100 | 10000110 | 1001000 | 10010 |
Color Harmonies of #0D511D
Complementary color
Monochromatic Colors of #0D511D
Black with #0D511D
Text Example
Text Example
White with #0D511D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D511D; }
p { color: rgb(13,81,29); }
H1.HeaderClassName
{
color: #0D511D;
}
.AnyTagClassName
{
color: #0D511D;
}
</style>
background-color css
<style>
a { background-color: #0D511D; }
a { background-color: rgb(13,81,29); }
div.DivClassName
{
background-color: #0D511D;
}
.BgClassName
{
background-color: #0D511D;
}
</style>
border-color css
<style>
span { border-color: #0D511D; }
span { border-color: rgb(13,81,29); }
td.TdClassName
{
border-color: #0D511D;
}
.TagClassName
{
border-color: #0D511D;
}
</style>