Html Css Color HEX #34685B Eden

📋 copy color: '#34685B'

red 52 ◦ green 104 ◦ blue 91

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

Shades of Eden #34685B

Tints of Eden #34685B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 36.84%

R = 21.05%
G = 42.11%
B = 36.84%

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

#34685B (or 0x34685B) is known color: Eden. HEX triplet: 34, 68 and 5B. RGB value is (52,104,91). Sum of RGB (Red+Green+Blue) = 52+104+91=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 104 (41.02% from 255 or 42.11% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 104 - color contains mainly: green. Hex color #34685B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34685B is #CB97A4. Grayscale: #565656. Windows color (decimal): -13342629 or 5990452. OLE color: 5990452.

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

Color convert

RGB 52 104 91 -
CMYK 0.50 0 0.12 0.59
HSL 165º 0.33% 0.31% -
HSV(B) 165º 0.5% 0.41% -
XYZ 8.25 11.39 11.66 -
YUV 86.97 130.27 103.06 -
System Red Green Blue C M Y K H S L
Decimal 52 104 91 0.50 0 0.12 0.59 165 0.33 0.31
Hex 34 68 5B 32 0 C 3B A5 21 1F
Octal 64 150 133 62 0 14 73 245 41 37
Binary 110100 1101000 1011011 110010 0 1100 111011 10100101 100001 11111

Color Harmonies of #34685B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34685B

Black with #34685B

Text Example


Text Example

White with #34685B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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