Shades of Crusoe #0D511E
Tints of Crusoe #0D511E
RGB
CMYK
RGB Variations
Color information
#0D511E (or 0x0D511E) is known color: Crusoe. HEX triplet: 0D, 51 and 1E. RGB value is (13,81,30). Sum of RGB (Red+Green+Blue) = 13+81+30=124 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.48% from 124); Green value is 81 (32.03% from 255 or 65.32% from 124); Blue value is 30 (12.11% from 255 or 24.19% from 124); Max value from RGB is 81 - color contains mainly: green. Hex color #0D511E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D511E is #F2AEE1. Grayscale: #363636. Windows color (decimal): -15904482 or 1986829. OLE color: 1986829.
HSL color Cylindrical-coordinate representation of color #0D511E: hue angle of 135º 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 #0D511E is Cyan = 0.84, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 13 | 81 | 30 | - |
| CMYK | 0.84 | 0 | 0.63 | 0.68 |
| HSL | 135º | 0.72% | 0.18% | - |
| HSV(B) | 135º | 0.84% | 0.32% | - |
| XYZ | 3.34 | 6.06 | 2.22 | - |
| YUV | 54.85 | 113.97 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 81 | 30 | 0.84 | 0 | 0.63 | 0.68 | 135 | 0.72 | 0.18 |
| Hex | D | 51 | 1E | 54 | 0 | 3F | 44 | 87 | 48 | 12 |
| Octal | 15 | 121 | 36 | 124 | 0 | 77 | 104 | 207 | 110 | 22 |
| Binary | 1101 | 1010001 | 11110 | 1010100 | 0 | 111111 | 1000100 | 10000111 | 1001000 | 10010 |
Color Harmonies of #0D511E
Complementary color
Monochromatic Colors of #0D511E
Black with #0D511E
Text Example
Text Example
White with #0D511E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D511E; }
p { color: rgb(13,81,30); }
H1.HeaderClassName
{
color: #0D511E;
}
.AnyTagClassName
{
color: #0D511E;
}
</style>
background-color css
<style>
a { background-color: #0D511E; }
a { background-color: rgb(13,81,30); }
div.DivClassName
{
background-color: #0D511E;
}
.BgClassName
{
background-color: #0D511E;
}
</style>
border-color css
<style>
span { border-color: #0D511E; }
span { border-color: rgb(13,81,30); }
td.TdClassName
{
border-color: #0D511E;
}
.TagClassName
{
border-color: #0D511E;
}
</style>