Shades of Crusoe #124E23
Tints of Crusoe #124E23
RGB
CMYK
RGB Variations
Color information
#124E23 (or 0x124E23) is known color: Crusoe. HEX triplet: 12, 4E and 23. RGB value is (18,78,35). Sum of RGB (Red+Green+Blue) = 18+78+35=131 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.74% from 131); Green value is 78 (30.86% from 255 or 59.54% from 131); Blue value is 35 (14.06% from 255 or 26.72% from 131); Max value from RGB is 78 - color contains mainly: green. Hex color #124E23 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124E23 is #EDB1DC. Grayscale: #373737. Windows color (decimal): -15577565 or 2313746. OLE color: 2313746.
HSL color Cylindrical-coordinate representation of color #124E23: hue angle of 137º 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 #124E23 is Cyan = 0.77, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 78 | 35 | - |
| CMYK | 0.77 | 0 | 0.55 | 0.69 |
| HSL | 137º | 0.63% | 0.19% | - |
| HSV(B) | 137º | 0.77% | 0.31% | - |
| XYZ | 3.28 | 5.7 | 2.52 | - |
| YUV | 55.16 | 116.62 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 78 | 35 | 0.77 | 0 | 0.55 | 0.69 | 137 | 0.63 | 0.19 |
| Hex | 12 | 4E | 23 | 4D | 0 | 37 | 45 | 89 | 3E | 13 |
| Octal | 22 | 116 | 43 | 115 | 0 | 67 | 105 | 211 | 76 | 23 |
| Binary | 10010 | 1001110 | 100011 | 1001101 | 0 | 110111 | 1000101 | 10001001 | 111110 | 10011 |
Color Harmonies of #124E23
Complementary color
Monochromatic Colors of #124E23
Black with #124E23
Text Example
Text Example
White with #124E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124E23; }
p { color: rgb(18,78,35); }
H1.HeaderClassName
{
color: #124E23;
}
.AnyTagClassName
{
color: #124E23;
}
</style>
background-color css
<style>
a { background-color: #124E23; }
a { background-color: rgb(18,78,35); }
div.DivClassName
{
background-color: #124E23;
}
.BgClassName
{
background-color: #124E23;
}
</style>
border-color css
<style>
span { border-color: #124E23; }
span { border-color: rgb(18,78,35); }
td.TdClassName
{
border-color: #124E23;
}
.TagClassName
{
border-color: #124E23;
}
</style>