Shades of Eden #34625C
Tints of Eden #34625C
RGB
CMYK
RGB Variations
Color information
#34625C (or 0x34625C) is known color: Eden. HEX triplet: 34, 62 and 5C. RGB value is (52,98,92). Sum of RGB (Red+Green+Blue) = 52+98+92=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 98 (38.67% from 255 or 40.50% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 98 - color contains mainly: green. Hex color #34625C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34625C is #CB9DA3. Grayscale: #535353. Windows color (decimal): -13344164 or 6054452. OLE color: 6054452.
HSL color Cylindrical-coordinate representation of color #34625C: hue angle of 172.17º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #34625C is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 52 | 98 | 92 | - |
| CMYK | 0.47 | 0 | 0.06 | 0.62 |
| HSL | 172.17º | 0.31% | 0.29% | - |
| HSV(B) | 172.17º | 0.47% | 0.38% | - |
| XYZ | 7.72 | 10.24 | 11.69 | - |
| YUV | 83.56 | 132.76 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 98 | 92 | 0.47 | 0 | 0.06 | 0.62 | 172.17 | 0.31 | 0.29 |
| Hex | 34 | 62 | 5C | 2F | 0 | 6 | 3E | AC | 1F | 1D |
| Octal | 64 | 142 | 134 | 57 | 0 | 6 | 76 | 254 | 37 | 35 |
| Binary | 110100 | 1100010 | 1011100 | 101111 | 0 | 110 | 111110 | 10101100 | 11111 | 11101 |
Color Harmonies of #34625C
Complementary color
Monochromatic Colors of #34625C
Black with #34625C
Text Example
Text Example
White with #34625C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34625C; }
p { color: rgb(52,98,92); }
H1.HeaderClassName
{
color: #34625C;
}
.AnyTagClassName
{
color: #34625C;
}
</style>
background-color css
<style>
a { background-color: #34625C; }
a { background-color: rgb(52,98,92); }
div.DivClassName
{
background-color: #34625C;
}
.BgClassName
{
background-color: #34625C;
}
</style>
border-color css
<style>
span { border-color: #34625C; }
span { border-color: rgb(52,98,92); }
td.TdClassName
{
border-color: #34625C;
}
.TagClassName
{
border-color: #34625C;
}
</style>