Shades of Crusoe #124E20
Tints of Crusoe #124E20
RGB
CMYK
RGB Variations
Color information
#124E20 (or 0x124E20) is known color: Crusoe. HEX triplet: 12, 4E and 20. RGB value is (18,78,32). Sum of RGB (Red+Green+Blue) = 18+78+32=128 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.06% from 128); Green value is 78 (30.86% from 255 or 60.94% from 128); Blue value is 32 (12.89% from 255 or 25% from 128); Max value from RGB is 78 - color contains mainly: green. Hex color #124E20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124E20 is #EDB1DF. Grayscale: #363636. Windows color (decimal): -15577568 or 2117138. OLE color: 2117138.
HSL color Cylindrical-coordinate representation of color #124E20: hue angle of 134º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #124E20 is Cyan = 0.77, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 78 | 32 | - |
| CMYK | 0.77 | 0 | 0.59 | 0.69 |
| HSL | 134º | 0.63% | 0.19% | - |
| HSV(B) | 134º | 0.77% | 0.31% | - |
| XYZ | 3.23 | 5.68 | 2.29 | - |
| YUV | 54.82 | 115.12 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 78 | 32 | 0.77 | 0 | 0.59 | 0.69 | 134 | 0.63 | 0.19 |
| Hex | 12 | 4E | 20 | 4D | 0 | 3B | 45 | 86 | 3E | 13 |
| Octal | 22 | 116 | 40 | 115 | 0 | 73 | 105 | 206 | 76 | 23 |
| Binary | 10010 | 1001110 | 100000 | 1001101 | 0 | 111011 | 1000101 | 10000110 | 111110 | 10011 |
Color Harmonies of #124E20
Complementary color
Monochromatic Colors of #124E20
Black with #124E20
Text Example
Text Example
White with #124E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124E20; }
p { color: rgb(18,78,32); }
H1.HeaderClassName
{
color: #124E20;
}
.AnyTagClassName
{
color: #124E20;
}
</style>
background-color css
<style>
a { background-color: #124E20; }
a { background-color: rgb(18,78,32); }
div.DivClassName
{
background-color: #124E20;
}
.BgClassName
{
background-color: #124E20;
}
</style>
border-color css
<style>
span { border-color: #124E20; }
span { border-color: rgb(18,78,32); }
td.TdClassName
{
border-color: #124E20;
}
.TagClassName
{
border-color: #124E20;
}
</style>