Shades of Crusoe #0D501A
Tints of Crusoe #0D501A
RGB
CMYK
RGB Variations
Color information
#0D501A (or 0x0D501A) is known color: Crusoe. HEX triplet: 0D, 50 and 1A. RGB value is (13,80,26). Sum of RGB (Red+Green+Blue) = 13+80+26=119 (15% of max value = 765). Red value is 13 (5.47% from 255 or 10.92% from 119); Green value is 80 (31.64% from 255 or 67.23% from 119); Blue value is 26 (10.55% from 255 or 21.85% from 119); Max value from RGB is 80 - color contains mainly: green. Hex color #0D501A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D501A is #F2AFE5. Grayscale: #353535. Windows color (decimal): -15904742 or 1724429. OLE color: 1724429.
HSL color Cylindrical-coordinate representation of color #0D501A: hue angle of 131.64º 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 #0D501A is Cyan = 0.84, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 13 | 80 | 26 | - |
| CMYK | 0.84 | 0 | 0.67 | 0.69 |
| HSL | 131.64º | 0.72% | 0.18% | - |
| HSV(B) | 131.64º | 0.84% | 0.31% | - |
| XYZ | 3.22 | 5.9 | 1.95 | - |
| YUV | 53.81 | 112.3 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 80 | 26 | 0.84 | 0 | 0.67 | 0.69 | 131.64 | 0.72 | 0.18 |
| Hex | D | 50 | 1A | 54 | 0 | 43 | 45 | 84 | 48 | 12 |
| Octal | 15 | 120 | 32 | 124 | 0 | 103 | 105 | 204 | 110 | 22 |
| Binary | 1101 | 1010000 | 11010 | 1010100 | 0 | 1000011 | 1000101 | 10000100 | 1001000 | 10010 |
Color Harmonies of #0D501A
Complementary color
Monochromatic Colors of #0D501A
Black with #0D501A
Text Example
Text Example
White with #0D501A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D501A; }
p { color: rgb(13,80,26); }
H1.HeaderClassName
{
color: #0D501A;
}
.AnyTagClassName
{
color: #0D501A;
}
</style>
background-color css
<style>
a { background-color: #0D501A; }
a { background-color: rgb(13,80,26); }
div.DivClassName
{
background-color: #0D501A;
}
.BgClassName
{
background-color: #0D501A;
}
</style>
border-color css
<style>
span { border-color: #0D501A; }
span { border-color: rgb(13,80,26); }
td.TdClassName
{
border-color: #0D501A;
}
.TagClassName
{
border-color: #0D501A;
}
</style>