Html Css Color HEX #34695E Eden

📋 copy color: '#34695E'

red 52 ◦ green 105 ◦ blue 94

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

Shades of Eden #34695E

Tints of Eden #34695E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 41.83%

 BLUE value IS 94 (37.11% from 255) = 37.45%

R = 20.72%
G = 41.83%
B = 37.45%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#34695E (or 0x34695E) is known color: Eden. HEX triplet: 34, 69 and 5E. RGB value is (52,105,94). Sum of RGB (Red+Green+Blue) = 52+105+94=251 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.72% from 251); Green value is 105 (41.41% from 255 or 41.83% from 251); Blue value is 94 (37.11% from 255 or 37.45% from 251); Max value from RGB is 105 - color contains mainly: green. Hex color #34695E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34695E is #CB96A1. Grayscale: #575757. Windows color (decimal): -13342370 or 6187316. OLE color: 6187316.

HSL color Cylindrical-coordinate representation of color #34695E: hue angle of 167.55º degrees, saturation: 0.34, 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 #34695E is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 52 105 94 -
CMYK 0.50 0 0.10 0.59
HSL 167.55º 0.34% 0.31% -
HSV(B) 167.55º 0.5% 0.41% -
XYZ 8.49 11.64 12.39 -
YUV 87.9 131.44 102.39 -
System Red Green Blue C M Y K H S L
Decimal 52 105 94 0.50 0 0.10 0.59 167.55 0.34 0.31
Hex 34 69 5E 32 0 A 3B A8 22 1F
Octal 64 151 136 62 0 12 73 250 42 37
Binary 110100 1101001 1011110 110010 0 1010 111011 10101000 100010 11111

Color Harmonies of #34695E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34695E

Black with #34695E

Text Example


Text Example

White with #34695E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34695E; }

 p { color: rgb(52,105,94); }

 H1.HeaderClassName
 {
   color: #34695E;
 }
 .AnyTagClassName
 {
   color: #34695E;
 }
</style>

background-color css

<style>
 a { background-color: #34695E; }

 a { background-color: rgb(52,105,94); }

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

border-color css

<style>
 span { border-color: #34695E; }

 span { border-color: rgb(52,105,94); }

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