Html Css Color HEX #346F4D Amazon

📋 copy color: '#346F4D'

red 52 ◦ green 111 ◦ blue 77

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

Shades of Amazon #346F4D

Tints of Amazon #346F4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 32.08%

R = 21.67%
G = 46.25%
B = 32.08%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#346F4D (or 0x346F4D) is known color: Amazon. HEX triplet: 34, 6F and 4D. RGB value is (52,111,77). Sum of RGB (Red+Green+Blue) = 52+111+77=240 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.67% from 240); Green value is 111 (43.75% from 255 or 46.25% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 111 - color contains mainly: green. Hex color #346F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346F4D is #CB90B2. Grayscale: #595959. Windows color (decimal): -13340851 or 5074740. OLE color: 5074740.

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

Color convert

RGB 52 111 77 -
CMYK 0.53 0 0.31 0.56
HSL 145.42º 0.36% 0.32% -
HSV(B) 145.42º 0.53% 0.44% -
XYZ 8.44 12.63 9.02 -
YUV 89.48 120.95 101.26 -
System Red Green Blue C M Y K H S L
Decimal 52 111 77 0.53 0 0.31 0.56 145.42 0.36 0.32
Hex 34 6F 4D 35 0 1F 38 91 24 20
Octal 64 157 115 65 0 37 70 221 44 40
Binary 110100 1101111 1001101 110101 0 11111 111000 10010001 100100 100000

Color Harmonies of #346F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346F4D

Black with #346F4D

Text Example


Text Example

White with #346F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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