Shades of Everglade #234132
Tints of Everglade #234132
RGB
CMYK
RGB Variations
Color information
#234132 (or 0x234132) is known color: Everglade. HEX triplet: 23, 41 and 32. RGB value is (35,65,50). Sum of RGB (Red+Green+Blue) = 35+65+50=150 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.33% from 150); Green value is 65 (25.78% from 255 or 43.33% from 150); Blue value is 50 (19.92% from 255 or 33.33% from 150); Max value from RGB is 65 - color contains mainly: green. Hex color #234132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234132 is #DCBECD. Grayscale: #363636. Windows color (decimal): -14466766 or 3293475. OLE color: 3293475.
HSL color Cylindrical-coordinate representation of color #234132: hue angle of 150º degrees, saturation: 0.3, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #234132 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 35 | 65 | 50 | - |
| CMYK | 0.46 | 0 | 0.23 | 0.75 |
| HSL | 150º | 0.3% | 0.2% | - |
| HSV(B) | 150º | 0.46% | 0.25% | - |
| XYZ | 3.16 | 4.37 | 3.69 | - |
| YUV | 54.32 | 125.56 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 65 | 50 | 0.46 | 0 | 0.23 | 0.75 | 150 | 0.3 | 0.2 |
| Hex | 23 | 41 | 32 | 2E | 0 | 17 | 4B | 96 | 1E | 14 |
| Octal | 43 | 101 | 62 | 56 | 0 | 27 | 113 | 226 | 36 | 24 |
| Binary | 100011 | 1000001 | 110010 | 101110 | 0 | 10111 | 1001011 | 10010110 | 11110 | 10100 |
Color Harmonies of #234132
Complementary color
Monochromatic Colors of #234132
Black with #234132
Text Example
Text Example
White with #234132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234132; }
p { color: rgb(35,65,50); }
H1.HeaderClassName
{
color: #234132;
}
.AnyTagClassName
{
color: #234132;
}
</style>
background-color css
<style>
a { background-color: #234132; }
a { background-color: rgb(35,65,50); }
div.DivClassName
{
background-color: #234132;
}
.BgClassName
{
background-color: #234132;
}
</style>
border-color css
<style>
span { border-color: #234132; }
span { border-color: rgb(35,65,50); }
td.TdClassName
{
border-color: #234132;
}
.TagClassName
{
border-color: #234132;
}
</style>