Shades of Crusoe #0D501F
Tints of Crusoe #0D501F
RGB
CMYK
RGB Variations
Color information
#0D501F (or 0x0D501F) is known color: Crusoe. HEX triplet: 0D, 50 and 1F. RGB value is (13,80,31). Sum of RGB (Red+Green+Blue) = 13+80+31=124 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.48% from 124); Green value is 80 (31.64% from 255 or 64.52% from 124); Blue value is 31 (12.5% from 255 or 25% from 124); Max value from RGB is 80 - color contains mainly: green. Hex color #0D501F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D501F is #F2AFE0. Grayscale: #363636. Windows color (decimal): -15904737 or 2052109. OLE color: 2052109.
HSL color Cylindrical-coordinate representation of color #0D501F: hue angle of 136.12º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D501F is Cyan = 0.84, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 13 | 80 | 31 | - |
| CMYK | 0.84 | 0 | 0.61 | 0.69 |
| HSL | 136.12º | 0.72% | 0.18% | - |
| HSV(B) | 136.12º | 0.84% | 0.31% | - |
| XYZ | 3.28 | 5.92 | 2.27 | - |
| YUV | 54.38 | 114.8 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 80 | 31 | 0.84 | 0 | 0.61 | 0.69 | 136.12 | 0.72 | 0.18 |
| Hex | D | 50 | 1F | 54 | 0 | 3D | 45 | 88 | 48 | 12 |
| Octal | 15 | 120 | 37 | 124 | 0 | 75 | 105 | 210 | 110 | 22 |
| Binary | 1101 | 1010000 | 11111 | 1010100 | 0 | 111101 | 1000101 | 10001000 | 1001000 | 10010 |
Color Harmonies of #0D501F
Complementary color
Monochromatic Colors of #0D501F
Black with #0D501F
Text Example
Text Example
White with #0D501F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D501F; }
p { color: rgb(13,80,31); }
H1.HeaderClassName
{
color: #0D501F;
}
.AnyTagClassName
{
color: #0D501F;
}
</style>
background-color css
<style>
a { background-color: #0D501F; }
a { background-color: rgb(13,80,31); }
div.DivClassName
{
background-color: #0D501F;
}
.BgClassName
{
background-color: #0D501F;
}
</style>
border-color css
<style>
span { border-color: #0D501F; }
span { border-color: rgb(13,80,31); }
td.TdClassName
{
border-color: #0D501F;
}
.TagClassName
{
border-color: #0D501F;
}
</style>