Html Css Color HEX #34685C Eden

📋 copy color: '#34685C'

red 52 ◦ green 104 ◦ blue 92

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

Shades of Eden #34685C

Tints of Eden #34685C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 37.1%

R = 20.97%
G = 41.94%
B = 37.1%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#34685C (or 0x34685C) is known color: Eden. HEX triplet: 34, 68 and 5C. RGB value is (52,104,92). Sum of RGB (Red+Green+Blue) = 52+104+92=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 104 (41.02% from 255 or 41.94% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 104 - color contains mainly: green. Hex color #34685C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34685C is #CB97A3. Grayscale: #575757. Windows color (decimal): -13342628 or 6055988. OLE color: 6055988.

HSL color Cylindrical-coordinate representation of color #34685C: hue angle of 166.15º 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 #34685C is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB 52 104 92 -
CMYK 0.50 0 0.12 0.59
HSL 166.15º 0.33% 0.31% -
HSV(B) 166.15º 0.5% 0.41% -
XYZ 8.3 11.4 11.89 -
YUV 87.08 130.77 102.98 -
System Red Green Blue C M Y K H S L
Decimal 52 104 92 0.50 0 0.12 0.59 166.15 0.33 0.31
Hex 34 68 5C 32 0 C 3B A6 21 1F
Octal 64 150 134 62 0 14 73 246 41 37
Binary 110100 1101000 1011100 110010 0 1100 111011 10100110 100001 11111

Color Harmonies of #34685C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34685C

Black with #34685C

Text Example


Text Example

White with #34685C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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