Shades of Everglade #24412F
Tints of Everglade #24412F
RGB
CMYK
RGB Variations
Color information
#24412F (or 0x24412F) is known color: Everglade. HEX triplet: 24, 41 and 2F. RGB value is (36,65,47). Sum of RGB (Red+Green+Blue) = 36+65+47=148 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.32% from 148); Green value is 65 (25.78% from 255 or 43.92% from 148); Blue value is 47 (18.75% from 255 or 31.76% from 148); Max value from RGB is 65 - color contains mainly: green. Hex color #24412F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24412F is #DBBED0. Grayscale: #363636. Windows color (decimal): -14401233 or 3096868. OLE color: 3096868.
HSL color Cylindrical-coordinate representation of color #24412F: hue angle of 142.76º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #24412F is Cyan = 0.45, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 36 | 65 | 47 | - |
| CMYK | 0.45 | 0 | 0.28 | 0.75 |
| HSL | 142.76º | 0.29% | 0.2% | - |
| HSV(B) | 142.76º | 0.45% | 0.25% | - |
| XYZ | 3.13 | 4.36 | 3.37 | - |
| YUV | 54.28 | 123.89 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 65 | 47 | 0.45 | 0 | 0.28 | 0.75 | 142.76 | 0.29 | 0.2 |
| Hex | 24 | 41 | 2F | 2D | 0 | 1C | 4B | 8F | 1D | 14 |
| Octal | 44 | 101 | 57 | 55 | 0 | 34 | 113 | 217 | 35 | 24 |
| Binary | 100100 | 1000001 | 101111 | 101101 | 0 | 11100 | 1001011 | 10001111 | 11101 | 10100 |
Color Harmonies of #24412F
Complementary color
Monochromatic Colors of #24412F
Black with #24412F
Text Example
Text Example
White with #24412F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24412F; }
p { color: rgb(36,65,47); }
H1.HeaderClassName
{
color: #24412F;
}
.AnyTagClassName
{
color: #24412F;
}
</style>
background-color css
<style>
a { background-color: #24412F; }
a { background-color: rgb(36,65,47); }
div.DivClassName
{
background-color: #24412F;
}
.BgClassName
{
background-color: #24412F;
}
</style>
border-color css
<style>
span { border-color: #24412F; }
span { border-color: rgb(36,65,47); }
td.TdClassName
{
border-color: #24412F;
}
.TagClassName
{
border-color: #24412F;
}
</style>