Html Css Color HEX #346960 Eden

📋 copy color: '#346960'

red 52 ◦ green 105 ◦ blue 96

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

Shades of Eden #346960

Tints of Eden #346960

RGB

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

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

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

R = 20.55%
G = 41.5%
B = 37.94%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#346960 (or 0x346960) is known color: Eden. HEX triplet: 34, 69 and 60. RGB value is (52,105,96). Sum of RGB (Red+Green+Blue) = 52+105+96=253 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.55% from 253); Green value is 105 (41.41% from 255 or 41.50% from 253); Blue value is 96 (37.89% from 255 or 37.94% from 253); Max value from RGB is 105 - color contains mainly: green. Hex color #346960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346960 is #CB969F. Grayscale: #585858. Windows color (decimal): -13342368 or 6318388. OLE color: 6318388.

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

Color convert

RGB 52 105 96 -
CMYK 0.50 0 0.09 0.59
HSL 169.81º 0.34% 0.31% -
HSV(B) 169.81º 0.5% 0.41% -
XYZ 8.58 11.68 12.87 -
YUV 88.13 132.44 102.23 -
System Red Green Blue C M Y K H S L
Decimal 52 105 96 0.50 0 0.09 0.59 169.81 0.34 0.31
Hex 34 69 60 32 0 9 3B AA 22 1F
Octal 64 151 140 62 0 11 73 252 42 37
Binary 110100 1101001 1100000 110010 0 1001 111011 10101010 100010 11111

Color Harmonies of #346960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346960

Black with #346960

Text Example


Text Example

White with #346960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346960; }

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

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

background-color css

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

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

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

border-color css

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

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

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