Html Css Color HEX #34625A Eden

📋 copy color: '#34625A'

red 52 ◦ green 98 ◦ blue 90

#34625A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eden #34625A

Tints of Eden #34625A

RGB

 RED value IS 52 (20.7% from 255) = 21.67%

 GREEN value IS 98 (38.67% from 255) = 40.83%

 BLUE value IS 90 (35.55% from 255) = 37.5%

R = 21.67%
G = 40.83%
B = 37.5%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.08

 K value IS 0.62

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#34625A (or 0x34625A) is known color: Eden. HEX triplet: 34, 62 and 5A. RGB value is (52,98,90). Sum of RGB (Red+Green+Blue) = 52+98+90=240 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.67% from 240); Green value is 98 (38.67% from 255 or 40.83% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 98 - color contains mainly: green. Hex color #34625A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34625A is #CB9DA5. Grayscale: #535353. Windows color (decimal): -13344166 or 5923380. OLE color: 5923380.

HSL color Cylindrical-coordinate representation of color #34625A: hue angle of 169.57º 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 #34625A is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB 52 98 90 -
CMYK 0.47 0 0.08 0.62
HSL 169.57º 0.31% 0.29% -
HSV(B) 169.57º 0.47% 0.38% -
XYZ 7.63 10.2 11.24 -
YUV 83.33 131.76 105.65 -
System Red Green Blue C M Y K H S L
Decimal 52 98 90 0.47 0 0.08 0.62 169.57 0.31 0.29
Hex 34 62 5A 2F 0 8 3E AA 1F 1D
Octal 64 142 132 57 0 10 76 252 37 35
Binary 110100 1100010 1011010 101111 0 1000 111110 10101010 11111 11101

Color Harmonies of #34625A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34625A

Black with #34625A

Text Example


Text Example

White with #34625A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34625A; }

 p { color: rgb(52,98,90); }

 H1.HeaderClassName
 {
   color: #34625A;
 }
 .AnyTagClassName
 {
   color: #34625A;
 }
</style>

background-color css

<style>
 a { background-color: #34625A; }

 a { background-color: rgb(52,98,90); }

 div.DivClassName
 {
   background-color: #34625A;
 }
 .BgClassName
 {
   background-color: #34625A;
 }
</style>

border-color css

<style>
 span { border-color: #34625A; }

 span { border-color: rgb(52,98,90); }

 td.TdClassName
 {
   border-color: #34625A;
 }
 .TagClassName
 {
   border-color: #34625A;
 }
</style>