Shades of Everglade #234932
Tints of Everglade #234932
RGB
CMYK
RGB Variations
Color information
#234932 (or 0x234932) is known color: Everglade. HEX triplet: 23, 49 and 32. RGB value is (35,73,50). Sum of RGB (Red+Green+Blue) = 35+73+50=158 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.15% from 158); Green value is 73 (28.91% from 255 or 46.20% from 158); Blue value is 50 (19.92% from 255 or 31.65% from 158); Max value from RGB is 73 - color contains mainly: green. Hex color #234932 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234932 is #DCB6CD. Grayscale: #3B3B3B. Windows color (decimal): -14464718 or 3295523. OLE color: 3295523.
HSL color Cylindrical-coordinate representation of color #234932: hue angle of 143.68º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #234932 is Cyan = 0.52, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 35 | 73 | 50 | - |
| CMYK | 0.52 | 0 | 0.32 | 0.71 |
| HSL | 143.68º | 0.35% | 0.21% | - |
| HSV(B) | 143.68º | 0.52% | 0.29% | - |
| XYZ | 3.65 | 5.35 | 3.86 | - |
| YUV | 59.02 | 122.91 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 73 | 50 | 0.52 | 0 | 0.32 | 0.71 | 143.68 | 0.35 | 0.21 |
| Hex | 23 | 49 | 32 | 34 | 0 | 20 | 47 | 90 | 23 | 15 |
| Octal | 43 | 111 | 62 | 64 | 0 | 40 | 107 | 220 | 43 | 25 |
| Binary | 100011 | 1001001 | 110010 | 110100 | 0 | 100000 | 1000111 | 10010000 | 100011 | 10101 |
Color Harmonies of #234932
Complementary color
Monochromatic Colors of #234932
Black with #234932
Text Example
Text Example
White with #234932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234932; }
p { color: rgb(35,73,50); }
H1.HeaderClassName
{
color: #234932;
}
.AnyTagClassName
{
color: #234932;
}
</style>
background-color css
<style>
a { background-color: #234932; }
a { background-color: rgb(35,73,50); }
div.DivClassName
{
background-color: #234932;
}
.BgClassName
{
background-color: #234932;
}
</style>
border-color css
<style>
span { border-color: #234932; }
span { border-color: rgb(35,73,50); }
td.TdClassName
{
border-color: #234932;
}
.TagClassName
{
border-color: #234932;
}
</style>