Html Css Color HEX #34675A Eden

📋 copy color: '#34675A'

red 52 ◦ green 103 ◦ blue 90

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

Shades of Eden #34675A

Tints of Eden #34675A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 42.04%

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

R = 21.22%
G = 42.04%
B = 36.73%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.13

 K value IS 0.60

RGB Variations

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

Color information

#34675A (or 0x34675A) is known color: Eden. HEX triplet: 34, 67 and 5A. RGB value is (52,103,90). Sum of RGB (Red+Green+Blue) = 52+103+90=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 103 (40.62% from 255 or 42.04% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 103 - color contains mainly: green. Hex color #34675A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34675A is #CB98A5. Grayscale: #565656. Windows color (decimal): -13342886 or 5924660. OLE color: 5924660.

HSL color Cylindrical-coordinate representation of color #34675A: hue angle of 164.71º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #34675A is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.60.

Color convert

RGB 52 103 90 -
CMYK 0.50 0 0.13 0.60
HSL 164.71º 0.33% 0.3% -
HSV(B) 164.71º 0.5% 0.4% -
XYZ 8.11 11.17 11.4 -
YUV 86.27 130.1 103.56 -
System Red Green Blue C M Y K H S L
Decimal 52 103 90 0.50 0 0.13 0.60 164.71 0.33 0.3
Hex 34 67 5A 32 0 D 3C A5 21 1E
Octal 64 147 132 62 0 15 74 245 41 36
Binary 110100 1100111 1011010 110010 0 1101 111100 10100101 100001 11110

Color Harmonies of #34675A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34675A

Black with #34675A

Text Example


Text Example

White with #34675A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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