Shades of Crusoe #124E25
Tints of Crusoe #124E25
RGB
CMYK
RGB Variations
Color information
#124E25 (or 0x124E25) is known color: Crusoe. HEX triplet: 12, 4E and 25. RGB value is (18,78,37). Sum of RGB (Red+Green+Blue) = 18+78+37=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 78 (30.86% from 255 or 58.65% from 133); Blue value is 37 (14.84% from 255 or 27.82% from 133); Max value from RGB is 78 - color contains mainly: green. Hex color #124E25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124E25 is #EDB1DA. Grayscale: #373737. Windows color (decimal): -15577563 or 2444818. OLE color: 2444818.
HSL color Cylindrical-coordinate representation of color #124E25: hue angle of 139º 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 #124E25 is Cyan = 0.77, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 78 | 37 | - |
| CMYK | 0.77 | 0 | 0.53 | 0.69 |
| HSL | 139º | 0.63% | 0.19% | - |
| HSV(B) | 139º | 0.77% | 0.31% | - |
| XYZ | 3.31 | 5.71 | 2.68 | - |
| YUV | 55.39 | 117.62 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 78 | 37 | 0.77 | 0 | 0.53 | 0.69 | 139 | 0.63 | 0.19 |
| Hex | 12 | 4E | 25 | 4D | 0 | 35 | 45 | 8B | 3E | 13 |
| Octal | 22 | 116 | 45 | 115 | 0 | 65 | 105 | 213 | 76 | 23 |
| Binary | 10010 | 1001110 | 100101 | 1001101 | 0 | 110101 | 1000101 | 10001011 | 111110 | 10011 |
Color Harmonies of #124E25
Complementary color
Monochromatic Colors of #124E25
Black with #124E25
Text Example
Text Example
White with #124E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124E25; }
p { color: rgb(18,78,37); }
H1.HeaderClassName
{
color: #124E25;
}
.AnyTagClassName
{
color: #124E25;
}
</style>
background-color css
<style>
a { background-color: #124E25; }
a { background-color: rgb(18,78,37); }
div.DivClassName
{
background-color: #124E25;
}
.BgClassName
{
background-color: #124E25;
}
</style>
border-color css
<style>
span { border-color: #124E25; }
span { border-color: rgb(18,78,37); }
td.TdClassName
{
border-color: #124E25;
}
.TagClassName
{
border-color: #124E25;
}
</style>