Shades of Crusoe #124D23
Tints of Crusoe #124D23
RGB
CMYK
RGB Variations
Color information
#124D23 (or 0x124D23) is known color: Crusoe. HEX triplet: 12, 4D and 23. RGB value is (18,77,35). Sum of RGB (Red+Green+Blue) = 18+77+35=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 77 (30.47% from 255 or 59.23% from 130); Blue value is 35 (14.06% from 255 or 26.92% from 130); Max value from RGB is 77 - color contains mainly: green. Hex color #124D23 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124D23 is #EDB2DC. Grayscale: #363636. Windows color (decimal): -15577821 or 2313490. OLE color: 2313490.
HSL color Cylindrical-coordinate representation of color #124D23: hue angle of 137.29º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #124D23 is Cyan = 0.77, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 77 | 35 | - |
| CMYK | 0.77 | 0 | 0.55 | 0.70 |
| HSL | 137.29º | 0.62% | 0.19% | - |
| HSV(B) | 137.29º | 0.77% | 0.3% | - |
| XYZ | 3.21 | 5.56 | 2.49 | - |
| YUV | 54.57 | 116.95 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 35 | 0.77 | 0 | 0.55 | 0.70 | 137.29 | 0.62 | 0.19 |
| Hex | 12 | 4D | 23 | 4D | 0 | 37 | 46 | 89 | 3E | 13 |
| Octal | 22 | 115 | 43 | 115 | 0 | 67 | 106 | 211 | 76 | 23 |
| Binary | 10010 | 1001101 | 100011 | 1001101 | 0 | 110111 | 1000110 | 10001001 | 111110 | 10011 |
Color Harmonies of #124D23
Complementary color
Monochromatic Colors of #124D23
Black with #124D23
Text Example
Text Example
White with #124D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124D23; }
p { color: rgb(18,77,35); }
H1.HeaderClassName
{
color: #124D23;
}
.AnyTagClassName
{
color: #124D23;
}
</style>
background-color css
<style>
a { background-color: #124D23; }
a { background-color: rgb(18,77,35); }
div.DivClassName
{
background-color: #124D23;
}
.BgClassName
{
background-color: #124D23;
}
</style>
border-color css
<style>
span { border-color: #124D23; }
span { border-color: rgb(18,77,35); }
td.TdClassName
{
border-color: #124D23;
}
.TagClassName
{
border-color: #124D23;
}
</style>