Html Css Color HEX #346E53 Amazon

📋 copy color: '#346E53'

red 52 ◦ green 110 ◦ blue 83

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

Shades of Amazon #346E53

Tints of Amazon #346E53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 33.88%

R = 21.22%
G = 44.9%
B = 33.88%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.25

 K value IS 0.57

RGB Variations

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

Color information

#346E53 (or 0x346E53) is known color: Amazon. HEX triplet: 34, 6E and 53. RGB value is (52,110,83). Sum of RGB (Red+Green+Blue) = 52+110+83=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 110 (43.36% from 255 or 44.90% from 245); Blue value is 83 (32.81% from 255 or 33.88% from 245); Max value from RGB is 110 - color contains mainly: green. Hex color #346E53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346E53 is #CB91AC. Grayscale: #595959. Windows color (decimal): -13341101 or 5467700. OLE color: 5467700.

HSL color Cylindrical-coordinate representation of color #346E53: hue angle of 152.07º 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 #346E53 is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.57.

Color convert

RGB 52 110 83 -
CMYK 0.53 0 0.25 0.57
HSL 152.07º 0.36% 0.32% -
HSV(B) 152.07º 0.53% 0.43% -
XYZ 8.55 12.51 10.15 -
YUV 89.58 124.28 101.2 -
System Red Green Blue C M Y K H S L
Decimal 52 110 83 0.53 0 0.25 0.57 152.07 0.36 0.32
Hex 34 6E 53 35 0 19 39 98 24 20
Octal 64 156 123 65 0 31 71 230 44 40
Binary 110100 1101110 1010011 110101 0 11001 111001 10011000 100100 100000

Color Harmonies of #346E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346E53

Black with #346E53

Text Example


Text Example

White with #346E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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