Shades of Crusoe #124F20
Tints of Crusoe #124F20
RGB
CMYK
RGB Variations
Color information
#124F20 (or 0x124F20) is known color: Crusoe. HEX triplet: 12, 4F and 20. RGB value is (18,79,32). Sum of RGB (Red+Green+Blue) = 18+79+32=129 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.95% from 129); Green value is 79 (31.25% from 255 or 61.24% from 129); Blue value is 32 (12.89% from 255 or 24.81% from 129); Max value from RGB is 79 - color contains mainly: green. Hex color #124F20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124F20 is #EDB0DF. Grayscale: #373737. Windows color (decimal): -15577312 or 2117394. OLE color: 2117394.
HSL color Cylindrical-coordinate representation of color #124F20: hue angle of 133.77º degrees, saturation: 0.63, 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 #124F20 is Cyan = 0.77, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 79 | 32 | - |
| CMYK | 0.77 | 0 | 0.59 | 0.69 |
| HSL | 133.77º | 0.63% | 0.19% | - |
| HSV(B) | 133.77º | 0.77% | 0.31% | - |
| XYZ | 3.31 | 5.82 | 2.32 | - |
| YUV | 55.4 | 114.79 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 79 | 32 | 0.77 | 0 | 0.59 | 0.69 | 133.77 | 0.63 | 0.19 |
| Hex | 12 | 4F | 20 | 4D | 0 | 3B | 45 | 86 | 3F | 13 |
| Octal | 22 | 117 | 40 | 115 | 0 | 73 | 105 | 206 | 77 | 23 |
| Binary | 10010 | 1001111 | 100000 | 1001101 | 0 | 111011 | 1000101 | 10000110 | 111111 | 10011 |
Color Harmonies of #124F20
Complementary color
Monochromatic Colors of #124F20
Black with #124F20
Text Example
Text Example
White with #124F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124F20; }
p { color: rgb(18,79,32); }
H1.HeaderClassName
{
color: #124F20;
}
.AnyTagClassName
{
color: #124F20;
}
</style>
background-color css
<style>
a { background-color: #124F20; }
a { background-color: rgb(18,79,32); }
div.DivClassName
{
background-color: #124F20;
}
.BgClassName
{
background-color: #124F20;
}
</style>
border-color css
<style>
span { border-color: #124F20; }
span { border-color: rgb(18,79,32); }
td.TdClassName
{
border-color: #124F20;
}
.TagClassName
{
border-color: #124F20;
}
</style>