Html Css Color HEX #346F54 Amazon

📋 copy color: '#346F54'

red 52 ◦ green 111 ◦ blue 84

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

Shades of Amazon #346F54

Tints of Amazon #346F54

RGB

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

 GREEN value IS 111 (43.75% from 255) = 44.94%

 BLUE value IS 84 (33.2% from 255) = 34.01%

R = 21.05%
G = 44.94%
B = 34.01%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#346F54 (or 0x346F54) is known color: Amazon. HEX triplet: 34, 6F and 54. RGB value is (52,111,84). Sum of RGB (Red+Green+Blue) = 52+111+84=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 111 (43.75% from 255 or 44.94% from 247); Blue value is 84 (33.20% from 255 or 34.01% from 247); Max value from RGB is 111 - color contains mainly: green. Hex color #346F54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346F54 is #CB90AB. Grayscale: #5A5A5A. Windows color (decimal): -13340844 or 5533492. OLE color: 5533492.

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

Color convert

RGB 52 111 84 -
CMYK 0.53 0 0.24 0.56
HSL 152.54º 0.36% 0.32% -
HSV(B) 152.54º 0.53% 0.44% -
XYZ 8.7 12.74 10.39 -
YUV 90.28 124.45 100.7 -
System Red Green Blue C M Y K H S L
Decimal 52 111 84 0.53 0 0.24 0.56 152.54 0.36 0.32
Hex 34 6F 54 35 0 18 38 99 24 20
Octal 64 157 124 65 0 30 70 231 44 40
Binary 110100 1101111 1010100 110101 0 11000 111000 10011001 100100 100000

Color Harmonies of #346F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346F54

Black with #346F54

Text Example


Text Example

White with #346F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,111,84); }

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

background-color css

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

 a { background-color: rgb(52,111,84); }

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

border-color css

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

 span { border-color: rgb(52,111,84); }

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