Shades of Eden #34605A
Tints of Eden #34605A
RGB
CMYK
RGB Variations
Color information
#34605A (or 0x34605A) is known color: Eden. HEX triplet: 34, 60 and 5A. RGB value is (52,96,90). Sum of RGB (Red+Green+Blue) = 52+96+90=238 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.85% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 90 (35.55% from 255 or 37.82% from 238); Max value from RGB is 96 - color contains mainly: green. Hex color #34605A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34605A is #CB9FA5. Grayscale: #525252. Windows color (decimal): -13344678 or 5922868. OLE color: 5922868.
HSL color Cylindrical-coordinate representation of color #34605A: hue angle of 171.82º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #34605A is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 52 | 96 | 90 | - |
| CMYK | 0.46 | 0 | 0.06 | 0.62 |
| HSL | 171.82º | 0.3% | 0.29% | - |
| HSV(B) | 171.82º | 0.46% | 0.38% | - |
| XYZ | 7.44 | 9.83 | 11.18 | - |
| YUV | 82.16 | 132.42 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 96 | 90 | 0.46 | 0 | 0.06 | 0.62 | 171.82 | 0.3 | 0.29 |
| Hex | 34 | 60 | 5A | 2E | 0 | 6 | 3E | AC | 1E | 1D |
| Octal | 64 | 140 | 132 | 56 | 0 | 6 | 76 | 254 | 36 | 35 |
| Binary | 110100 | 1100000 | 1011010 | 101110 | 0 | 110 | 111110 | 10101100 | 11110 | 11101 |
Color Harmonies of #34605A
Complementary color
Monochromatic Colors of #34605A
Black with #34605A
Text Example
Text Example
White with #34605A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34605A; }
p { color: rgb(52,96,90); }
H1.HeaderClassName
{
color: #34605A;
}
.AnyTagClassName
{
color: #34605A;
}
</style>
background-color css
<style>
a { background-color: #34605A; }
a { background-color: rgb(52,96,90); }
div.DivClassName
{
background-color: #34605A;
}
.BgClassName
{
background-color: #34605A;
}
</style>
border-color css
<style>
span { border-color: #34605A; }
span { border-color: rgb(52,96,90); }
td.TdClassName
{
border-color: #34605A;
}
.TagClassName
{
border-color: #34605A;
}
</style>