Html Css Color HEX #346056 Eden

📋 copy color: '#346056'

red 52 ◦ green 96 ◦ blue 86

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

Shades of Eden #346056

Tints of Eden #346056

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.03%

 BLUE value IS 86 (33.98% from 255) = 36.75%

R = 22.22%
G = 41.03%
B = 36.75%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#346056 (or 0x346056) is known color: Eden. HEX triplet: 34, 60 and 56. RGB value is (52,96,86). Sum of RGB (Red+Green+Blue) = 52+96+86=234 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.22% from 234); Green value is 96 (37.89% from 255 or 41.03% from 234); Blue value is 86 (33.98% from 255 or 36.75% from 234); Max value from RGB is 96 - color contains mainly: green. Hex color #346056 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346056 is #CB9FA9. Grayscale: #515151. Windows color (decimal): -13344682 or 5660724. OLE color: 5660724.

HSL color Cylindrical-coordinate representation of color #346056: hue angle of 166.36º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #346056 is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB 52 96 86 -
CMYK 0.46 0 0.10 0.62
HSL 166.36º 0.3% 0.29% -
HSV(B) 166.36º 0.46% 0.38% -
XYZ 7.28 9.77 10.31 -
YUV 81.7 130.42 106.81 -
System Red Green Blue C M Y K H S L
Decimal 52 96 86 0.46 0 0.10 0.62 166.36 0.3 0.29
Hex 34 60 56 2E 0 A 3E A6 1E 1D
Octal 64 140 126 56 0 12 76 246 36 35
Binary 110100 1100000 1010110 101110 0 1010 111110 10100110 11110 11101

Color Harmonies of #346056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346056

Black with #346056

Text Example


Text Example

White with #346056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346056; }

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

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

background-color css

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

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

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

border-color css

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

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

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