Shades of Crusoe #124F28
Tints of Crusoe #124F28
RGB
CMYK
RGB Variations
Color information
#124F28 (or 0x124F28) is known color: Crusoe. HEX triplet: 12, 4F and 28. RGB value is (18,79,40). Sum of RGB (Red+Green+Blue) = 18+79+40=137 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.14% from 137); Green value is 79 (31.25% from 255 or 57.66% from 137); Blue value is 40 (16.02% from 255 or 29.20% from 137); Max value from RGB is 79 - color contains mainly: green. Hex color #124F28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124F28 is #EDB0D7. Grayscale: #383838. Windows color (decimal): -15577304 or 2641682. OLE color: 2641682.
HSL color Cylindrical-coordinate representation of color #124F28: hue angle of 141.64º 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 #124F28 is Cyan = 0.77, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 79 | 40 | - |
| CMYK | 0.77 | 0 | 0.49 | 0.69 |
| HSL | 141.64º | 0.63% | 0.19% | - |
| HSV(B) | 141.64º | 0.77% | 0.31% | - |
| XYZ | 3.43 | 5.87 | 2.96 | - |
| YUV | 56.32 | 118.79 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 79 | 40 | 0.77 | 0 | 0.49 | 0.69 | 141.64 | 0.63 | 0.19 |
| Hex | 12 | 4F | 28 | 4D | 0 | 31 | 45 | 8E | 3F | 13 |
| Octal | 22 | 117 | 50 | 115 | 0 | 61 | 105 | 216 | 77 | 23 |
| Binary | 10010 | 1001111 | 101000 | 1001101 | 0 | 110001 | 1000101 | 10001110 | 111111 | 10011 |
Color Harmonies of #124F28
Complementary color
Monochromatic Colors of #124F28
Black with #124F28
Text Example
Text Example
White with #124F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124F28; }
p { color: rgb(18,79,40); }
H1.HeaderClassName
{
color: #124F28;
}
.AnyTagClassName
{
color: #124F28;
}
</style>
background-color css
<style>
a { background-color: #124F28; }
a { background-color: rgb(18,79,40); }
div.DivClassName
{
background-color: #124F28;
}
.BgClassName
{
background-color: #124F28;
}
</style>
border-color css
<style>
span { border-color: #124F28; }
span { border-color: rgb(18,79,40); }
td.TdClassName
{
border-color: #124F28;
}
.TagClassName
{
border-color: #124F28;
}
</style>