Shades of Crusoe #0D511B
Tints of Crusoe #0D511B
RGB
CMYK
RGB Variations
Color information
#0D511B (or 0x0D511B) is known color: Crusoe. HEX triplet: 0D, 51 and 1B. RGB value is (13,81,27). Sum of RGB (Red+Green+Blue) = 13+81+27=121 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.74% from 121); Green value is 81 (32.03% from 255 or 66.94% from 121); Blue value is 27 (10.94% from 255 or 22.31% from 121); Max value from RGB is 81 - color contains mainly: green. Hex color #0D511B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D511B is #F2AEE4. Grayscale: #363636. Windows color (decimal): -15904485 or 1790221. OLE color: 1790221.
HSL color Cylindrical-coordinate representation of color #0D511B: hue angle of 132.35º 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 #0D511B is Cyan = 0.84, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 13 | 81 | 27 | - |
| CMYK | 0.84 | 0 | 0.67 | 0.68 |
| HSL | 132.35º | 0.72% | 0.18% | - |
| HSV(B) | 132.35º | 0.84% | 0.32% | - |
| XYZ | 3.31 | 6.05 | 2.03 | - |
| YUV | 54.51 | 112.47 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 81 | 27 | 0.84 | 0 | 0.67 | 0.68 | 132.35 | 0.72 | 0.18 |
| Hex | D | 51 | 1B | 54 | 0 | 43 | 44 | 84 | 48 | 12 |
| Octal | 15 | 121 | 33 | 124 | 0 | 103 | 104 | 204 | 110 | 22 |
| Binary | 1101 | 1010001 | 11011 | 1010100 | 0 | 1000011 | 1000100 | 10000100 | 1001000 | 10010 |
Color Harmonies of #0D511B
Complementary color
Monochromatic Colors of #0D511B
Black with #0D511B
Text Example
Text Example
White with #0D511B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D511B; }
p { color: rgb(13,81,27); }
H1.HeaderClassName
{
color: #0D511B;
}
.AnyTagClassName
{
color: #0D511B;
}
</style>
background-color css
<style>
a { background-color: #0D511B; }
a { background-color: rgb(13,81,27); }
div.DivClassName
{
background-color: #0D511B;
}
.BgClassName
{
background-color: #0D511B;
}
</style>
border-color css
<style>
span { border-color: #0D511B; }
span { border-color: rgb(13,81,27); }
td.TdClassName
{
border-color: #0D511B;
}
.TagClassName
{
border-color: #0D511B;
}
</style>