Shades of Eden #34635E
Tints of Eden #34635E
RGB
CMYK
RGB Variations
Color information
#34635E (or 0x34635E) is known color: Eden. HEX triplet: 34, 63 and 5E. RGB value is (52,99,94). Sum of RGB (Red+Green+Blue) = 52+99+94=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 99 (39.06% from 255 or 40.41% from 245); Blue value is 94 (37.11% from 255 or 38.37% from 245); Max value from RGB is 99 - color contains mainly: green. Hex color #34635E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34635E is #CB9CA1. Grayscale: #545454. Windows color (decimal): -13343906 or 6185780. OLE color: 6185780.
HSL color Cylindrical-coordinate representation of color #34635E: hue angle of 173.62º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #34635E is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 52 | 99 | 94 | - |
| CMYK | 0.47 | 0 | 0.05 | 0.61 |
| HSL | 173.62º | 0.31% | 0.3% | - |
| HSV(B) | 173.62º | 0.47% | 0.39% | - |
| XYZ | 7.9 | 10.46 | 12.19 | - |
| YUV | 84.38 | 133.43 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 99 | 94 | 0.47 | 0 | 0.05 | 0.61 | 173.62 | 0.31 | 0.3 |
| Hex | 34 | 63 | 5E | 2F | 0 | 5 | 3D | AE | 1F | 1E |
| Octal | 64 | 143 | 136 | 57 | 0 | 5 | 75 | 256 | 37 | 36 |
| Binary | 110100 | 1100011 | 1011110 | 101111 | 0 | 101 | 111101 | 10101110 | 11111 | 11110 |
Color Harmonies of #34635E
Complementary color
Monochromatic Colors of #34635E
Black with #34635E
Text Example
Text Example
White with #34635E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34635E; }
p { color: rgb(52,99,94); }
H1.HeaderClassName
{
color: #34635E;
}
.AnyTagClassName
{
color: #34635E;
}
</style>
background-color css
<style>
a { background-color: #34635E; }
a { background-color: rgb(52,99,94); }
div.DivClassName
{
background-color: #34635E;
}
.BgClassName
{
background-color: #34635E;
}
</style>
border-color css
<style>
span { border-color: #34635E; }
span { border-color: rgb(52,99,94); }
td.TdClassName
{
border-color: #34635E;
}
.TagClassName
{
border-color: #34635E;
}
</style>