Shades of Crusoe #124F24
Tints of Crusoe #124F24
RGB
CMYK
RGB Variations
Color information
#124F24 (or 0x124F24) is known color: Crusoe. HEX triplet: 12, 4F and 24. RGB value is (18,79,36). Sum of RGB (Red+Green+Blue) = 18+79+36=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 79 (31.25% from 255 or 59.40% from 133); Blue value is 36 (14.45% from 255 or 27.07% from 133); Max value from RGB is 79 - color contains mainly: green. Hex color #124F24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124F24 is #EDB0DB. Grayscale: #373737. Windows color (decimal): -15577308 or 2379538. OLE color: 2379538.
HSL color Cylindrical-coordinate representation of color #124F24: hue angle of 137.7º 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 #124F24 is Cyan = 0.77, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 79 | 36 | - |
| CMYK | 0.77 | 0 | 0.54 | 0.69 |
| HSL | 137.7º | 0.63% | 0.19% | - |
| HSV(B) | 137.7º | 0.77% | 0.31% | - |
| XYZ | 3.36 | 5.85 | 2.62 | - |
| YUV | 55.86 | 116.79 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 79 | 36 | 0.77 | 0 | 0.54 | 0.69 | 137.7 | 0.63 | 0.19 |
| Hex | 12 | 4F | 24 | 4D | 0 | 36 | 45 | 8A | 3F | 13 |
| Octal | 22 | 117 | 44 | 115 | 0 | 66 | 105 | 212 | 77 | 23 |
| Binary | 10010 | 1001111 | 100100 | 1001101 | 0 | 110110 | 1000101 | 10001010 | 111111 | 10011 |
Color Harmonies of #124F24
Complementary color
Monochromatic Colors of #124F24
Black with #124F24
Text Example
Text Example
White with #124F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124F24; }
p { color: rgb(18,79,36); }
H1.HeaderClassName
{
color: #124F24;
}
.AnyTagClassName
{
color: #124F24;
}
</style>
background-color css
<style>
a { background-color: #124F24; }
a { background-color: rgb(18,79,36); }
div.DivClassName
{
background-color: #124F24;
}
.BgClassName
{
background-color: #124F24;
}
</style>
border-color css
<style>
span { border-color: #124F24; }
span { border-color: rgb(18,79,36); }
td.TdClassName
{
border-color: #124F24;
}
.TagClassName
{
border-color: #124F24;
}
</style>