Shades of Eden #34655A
Tints of Eden #34655A
RGB
CMYK
RGB Variations
Color information
#34655A (or 0x34655A) is known color: Eden. HEX triplet: 34, 65 and 5A. RGB value is (52,101,90). Sum of RGB (Red+Green+Blue) = 52+101+90=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 101 (39.84% from 255 or 41.56% from 243); Blue value is 90 (35.55% from 255 or 37.04% from 243); Max value from RGB is 101 - color contains mainly: green. Hex color #34655A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34655A is #CB9AA5. Grayscale: #555555. Windows color (decimal): -13343398 or 5924148. OLE color: 5924148.
HSL color Cylindrical-coordinate representation of color #34655A: hue angle of 166.53º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #34655A is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 52 | 101 | 90 | - |
| CMYK | 0.49 | 0 | 0.11 | 0.60 |
| HSL | 166.53º | 0.32% | 0.3% | - |
| HSV(B) | 166.53º | 0.49% | 0.4% | - |
| XYZ | 7.92 | 10.78 | 11.34 | - |
| YUV | 85.1 | 130.77 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 101 | 90 | 0.49 | 0 | 0.11 | 0.60 | 166.53 | 0.32 | 0.3 |
| Hex | 34 | 65 | 5A | 31 | 0 | B | 3C | A7 | 20 | 1E |
| Octal | 64 | 145 | 132 | 61 | 0 | 13 | 74 | 247 | 40 | 36 |
| Binary | 110100 | 1100101 | 1011010 | 110001 | 0 | 1011 | 111100 | 10100111 | 100000 | 11110 |
Color Harmonies of #34655A
Complementary color
Monochromatic Colors of #34655A
Black with #34655A
Text Example
Text Example
White with #34655A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34655A; }
p { color: rgb(52,101,90); }
H1.HeaderClassName
{
color: #34655A;
}
.AnyTagClassName
{
color: #34655A;
}
</style>
background-color css
<style>
a { background-color: #34655A; }
a { background-color: rgb(52,101,90); }
div.DivClassName
{
background-color: #34655A;
}
.BgClassName
{
background-color: #34655A;
}
</style>
border-color css
<style>
span { border-color: #34655A; }
span { border-color: rgb(52,101,90); }
td.TdClassName
{
border-color: #34655A;
}
.TagClassName
{
border-color: #34655A;
}
</style>