Shades of Everglade #234133
Tints of Everglade #234133
RGB
CMYK
RGB Variations
Color information
#234133 (or 0x234133) is known color: Everglade. HEX triplet: 23, 41 and 33. RGB value is (35,65,51). Sum of RGB (Red+Green+Blue) = 35+65+51=151 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.18% from 151); Green value is 65 (25.78% from 255 or 43.05% from 151); Blue value is 51 (20.31% from 255 or 33.77% from 151); Max value from RGB is 65 - color contains mainly: green. Hex color #234133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234133 is #DCBECC. Grayscale: #363636. Windows color (decimal): -14466765 or 3359011. OLE color: 3359011.
HSL color Cylindrical-coordinate representation of color #234133: hue angle of 152º 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 #234133 is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 35 | 65 | 51 | - |
| CMYK | 0.46 | 0 | 0.22 | 0.75 |
| HSL | 152º | 0.3% | 0.2% | - |
| HSV(B) | 152º | 0.46% | 0.25% | - |
| XYZ | 3.18 | 4.38 | 3.81 | - |
| YUV | 54.43 | 126.06 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 65 | 51 | 0.46 | 0 | 0.22 | 0.75 | 152 | 0.3 | 0.2 |
| Hex | 23 | 41 | 33 | 2E | 0 | 16 | 4B | 98 | 1E | 14 |
| Octal | 43 | 101 | 63 | 56 | 0 | 26 | 113 | 230 | 36 | 24 |
| Binary | 100011 | 1000001 | 110011 | 101110 | 0 | 10110 | 1001011 | 10011000 | 11110 | 10100 |
Color Harmonies of #234133
Complementary color
Monochromatic Colors of #234133
Black with #234133
Text Example
Text Example
White with #234133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234133; }
p { color: rgb(35,65,51); }
H1.HeaderClassName
{
color: #234133;
}
.AnyTagClassName
{
color: #234133;
}
</style>
background-color css
<style>
a { background-color: #234133; }
a { background-color: rgb(35,65,51); }
div.DivClassName
{
background-color: #234133;
}
.BgClassName
{
background-color: #234133;
}
</style>
border-color css
<style>
span { border-color: #234133; }
span { border-color: rgb(35,65,51); }
td.TdClassName
{
border-color: #234133;
}
.TagClassName
{
border-color: #234133;
}
</style>