Shades of Crusoe #0D511F
Tints of Crusoe #0D511F
RGB
CMYK
RGB Variations
Color information
#0D511F (or 0x0D511F) is known color: Crusoe. HEX triplet: 0D, 51 and 1F. RGB value is (13,81,31). Sum of RGB (Red+Green+Blue) = 13+81+31=125 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.4% from 125); Green value is 81 (32.03% from 255 or 64.8% from 125); Blue value is 31 (12.5% from 255 or 24.8% from 125); Max value from RGB is 81 - color contains mainly: green. Hex color #0D511F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D511F is #F2AEE0. Grayscale: #373737. Windows color (decimal): -15904481 or 2052365. OLE color: 2052365.
HSL color Cylindrical-coordinate representation of color #0D511F: hue angle of 135.88º 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 #0D511F is Cyan = 0.84, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 13 | 81 | 31 | - |
| CMYK | 0.84 | 0 | 0.62 | 0.68 |
| HSL | 135.88º | 0.72% | 0.18% | - |
| HSV(B) | 135.88º | 0.84% | 0.32% | - |
| XYZ | 3.36 | 6.07 | 2.29 | - |
| YUV | 54.97 | 114.47 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 81 | 31 | 0.84 | 0 | 0.62 | 0.68 | 135.88 | 0.72 | 0.18 |
| Hex | D | 51 | 1F | 54 | 0 | 3E | 44 | 88 | 48 | 12 |
| Octal | 15 | 121 | 37 | 124 | 0 | 76 | 104 | 210 | 110 | 22 |
| Binary | 1101 | 1010001 | 11111 | 1010100 | 0 | 111110 | 1000100 | 10001000 | 1001000 | 10010 |
Color Harmonies of #0D511F
Complementary color
Monochromatic Colors of #0D511F
Black with #0D511F
Text Example
Text Example
White with #0D511F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D511F; }
p { color: rgb(13,81,31); }
H1.HeaderClassName
{
color: #0D511F;
}
.AnyTagClassName
{
color: #0D511F;
}
</style>
background-color css
<style>
a { background-color: #0D511F; }
a { background-color: rgb(13,81,31); }
div.DivClassName
{
background-color: #0D511F;
}
.BgClassName
{
background-color: #0D511F;
}
</style>
border-color css
<style>
span { border-color: #0D511F; }
span { border-color: rgb(13,81,31); }
td.TdClassName
{
border-color: #0D511F;
}
.TagClassName
{
border-color: #0D511F;
}
</style>