Html Css Color HEX #346C5E Eden

📋 copy color: '#346C5E'

red 52 ◦ green 108 ◦ blue 94

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

Shades of Eden #346C5E

Tints of Eden #346C5E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 42.52%

 BLUE value IS 94 (37.11% from 255) = 37.01%

R = 20.47%
G = 42.52%
B = 37.01%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.13

 K value IS 0.58

RGB Variations

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

Color information

#346C5E (or 0x346C5E) is known color: Eden. HEX triplet: 34, 6C and 5E. RGB value is (52,108,94). Sum of RGB (Red+Green+Blue) = 52+108+94=254 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.47% from 254); Green value is 108 (42.58% from 255 or 42.52% from 254); Blue value is 94 (37.11% from 255 or 37.01% from 254); Max value from RGB is 108 - color contains mainly: green. Hex color #346C5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346C5E is #CB93A1. Grayscale: #595959. Windows color (decimal): -13341602 or 6188084. OLE color: 6188084.

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

Color convert

RGB 52 108 94 -
CMYK 0.52 0 0.13 0.58
HSL 165º 0.35% 0.31% -
HSV(B) 165º 0.52% 0.42% -
XYZ 8.8 12.26 12.49 -
YUV 89.66 130.45 101.14 -
System Red Green Blue C M Y K H S L
Decimal 52 108 94 0.52 0 0.13 0.58 165 0.35 0.31
Hex 34 6C 5E 34 0 D 3A A5 23 1F
Octal 64 154 136 64 0 15 72 245 43 37
Binary 110100 1101100 1011110 110100 0 1101 111010 10100101 100011 11111

Color Harmonies of #346C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346C5E

Black with #346C5E

Text Example


Text Example

White with #346C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,108,94); }

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

background-color css

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

 a { background-color: rgb(52,108,94); }

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

border-color css

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

 span { border-color: rgb(52,108,94); }

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