Html Css Color HEX #346E4F Amazon

📋 copy color: '#346E4F'

red 52 ◦ green 110 ◦ blue 79

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

Shades of Amazon #346E4F

Tints of Amazon #346E4F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 45.64%

 BLUE value IS 79 (31.25% from 255) = 32.78%

R = 21.58%
G = 45.64%
B = 32.78%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.28

 K value IS 0.57

RGB Variations

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

Color information

#346E4F (or 0x346E4F) is known color: Amazon. HEX triplet: 34, 6E and 4F. RGB value is (52,110,79). Sum of RGB (Red+Green+Blue) = 52+110+79=241 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.58% from 241); Green value is 110 (43.36% from 255 or 45.64% from 241); Blue value is 79 (31.25% from 255 or 32.78% from 241); Max value from RGB is 110 - color contains mainly: green. Hex color #346E4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346E4F is #CB91B0. Grayscale: #595959. Windows color (decimal): -13341105 or 5205556. OLE color: 5205556.

HSL color Cylindrical-coordinate representation of color #346E4F: hue angle of 147.93º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #346E4F is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.57.

Color convert

RGB 52 110 79 -
CMYK 0.53 0 0.28 0.57
HSL 147.93º 0.36% 0.32% -
HSV(B) 147.93º 0.53% 0.43% -
XYZ 8.4 12.45 9.36 -
YUV 89.12 122.28 101.52 -
System Red Green Blue C M Y K H S L
Decimal 52 110 79 0.53 0 0.28 0.57 147.93 0.36 0.32
Hex 34 6E 4F 35 0 1C 39 94 24 20
Octal 64 156 117 65 0 34 71 224 44 40
Binary 110100 1101110 1001111 110101 0 11100 111001 10010100 100100 100000

Color Harmonies of #346E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346E4F

Black with #346E4F

Text Example


Text Example

White with #346E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,110,79); }

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

background-color css

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

 a { background-color: rgb(52,110,79); }

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

border-color css

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

 span { border-color: rgb(52,110,79); }

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