Html Css Color HEX #346A60 Eden

📋 copy color: '#346A60'

red 52 ◦ green 106 ◦ blue 96

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

Shades of Eden #346A60

Tints of Eden #346A60

RGB

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

 GREEN value IS 106 (41.8% from 255) = 41.73%

 BLUE value IS 96 (37.89% from 255) = 37.8%

R = 20.47%
G = 41.73%
B = 37.8%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.09

 K value IS 0.58

RGB Variations

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

Color information

#346A60 (or 0x346A60) is known color: Eden. HEX triplet: 34, 6A and 60. RGB value is (52,106,96). Sum of RGB (Red+Green+Blue) = 52+106+96=254 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.47% from 254); Green value is 106 (41.80% from 255 or 41.73% from 254); Blue value is 96 (37.89% from 255 or 37.80% from 254); Max value from RGB is 106 - color contains mainly: green. Hex color #346A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346A60 is #CB959F. Grayscale: #585858. Windows color (decimal): -13342112 or 6318644. OLE color: 6318644.

HSL color Cylindrical-coordinate representation of color #346A60: hue angle of 168.89º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #346A60 is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.58.

Color convert

RGB 52 106 96 -
CMYK 0.51 0 0.09 0.58
HSL 168.89º 0.34% 0.31% -
HSV(B) 168.89º 0.51% 0.42% -
XYZ 8.68 11.88 12.9 -
YUV 88.71 132.11 101.81 -
System Red Green Blue C M Y K H S L
Decimal 52 106 96 0.51 0 0.09 0.58 168.89 0.34 0.31
Hex 34 6A 60 33 0 9 3A A9 22 1F
Octal 64 152 140 63 0 11 72 251 42 37
Binary 110100 1101010 1100000 110011 0 1001 111010 10101001 100010 11111

Color Harmonies of #346A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346A60

Black with #346A60

Text Example


Text Example

White with #346A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346A60; }

 p { color: rgb(52,106,96); }

 H1.HeaderClassName
 {
   color: #346A60;
 }
 .AnyTagClassName
 {
   color: #346A60;
 }
</style>

background-color css

<style>
 a { background-color: #346A60; }

 a { background-color: rgb(52,106,96); }

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

border-color css

<style>
 span { border-color: #346A60; }

 span { border-color: rgb(52,106,96); }

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