Html Css Color HEX #34685F Eden

📋 copy color: '#34685F'

red 52 ◦ green 104 ◦ blue 95

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

Shades of Eden #34685F

Tints of Eden #34685F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 41.43%

 BLUE value IS 95 (37.5% from 255) = 37.85%

R = 20.72%
G = 41.43%
B = 37.85%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#34685F (or 0x34685F) is known color: Eden. HEX triplet: 34, 68 and 5F. RGB value is (52,104,95). Sum of RGB (Red+Green+Blue) = 52+104+95=251 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.72% from 251); Green value is 104 (41.02% from 255 or 41.43% from 251); Blue value is 95 (37.5% from 255 or 37.85% from 251); Max value from RGB is 104 - color contains mainly: green. Hex color #34685F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34685F is #CB97A0. Grayscale: #575757. Windows color (decimal): -13342625 or 6252596. OLE color: 6252596.

HSL color Cylindrical-coordinate representation of color #34685F: hue angle of 169.62º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #34685F is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB 52 104 95 -
CMYK 0.50 0 0.09 0.59
HSL 169.62º 0.33% 0.31% -
HSV(B) 169.62º 0.5% 0.41% -
XYZ 8.43 11.46 12.59 -
YUV 87.43 132.27 102.73 -
System Red Green Blue C M Y K H S L
Decimal 52 104 95 0.50 0 0.09 0.59 169.62 0.33 0.31
Hex 34 68 5F 32 0 9 3B AA 21 1F
Octal 64 150 137 62 0 11 73 252 41 37
Binary 110100 1101000 1011111 110010 0 1001 111011 10101010 100001 11111

Color Harmonies of #34685F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34685F

Black with #34685F

Text Example


Text Example

White with #34685F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34685F; }

 p { color: rgb(52,104,95); }

 H1.HeaderClassName
 {
   color: #34685F;
 }
 .AnyTagClassName
 {
   color: #34685F;
 }
</style>

background-color css

<style>
 a { background-color: #34685F; }

 a { background-color: rgb(52,104,95); }

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

border-color css

<style>
 span { border-color: #34685F; }

 span { border-color: rgb(52,104,95); }

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