Html Css Color HEX #346F4C Amazon

📋 copy color: '#346F4C'

red 52 ◦ green 111 ◦ blue 76

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

Shades of Amazon #346F4C

Tints of Amazon #346F4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 31.8%

R = 21.76%
G = 46.44%
B = 31.8%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#346F4C (or 0x346F4C) is known color: Amazon. HEX triplet: 34, 6F and 4C. RGB value is (52,111,76). Sum of RGB (Red+Green+Blue) = 52+111+76=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 111 (43.75% from 255 or 46.44% from 239); Blue value is 76 (30.08% from 255 or 31.80% from 239); Max value from RGB is 111 - color contains mainly: green. Hex color #346F4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346F4C is #CB90B3. Grayscale: #595959. Windows color (decimal): -13340852 or 5009204. OLE color: 5009204.

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

Color convert

RGB 52 111 76 -
CMYK 0.53 0 0.32 0.56
HSL 144.41º 0.36% 0.32% -
HSV(B) 144.41º 0.53% 0.44% -
XYZ 8.41 12.62 8.83 -
YUV 89.37 120.45 101.35 -
System Red Green Blue C M Y K H S L
Decimal 52 111 76 0.53 0 0.32 0.56 144.41 0.36 0.32
Hex 34 6F 4C 35 0 20 38 90 24 20
Octal 64 157 114 65 0 40 70 220 44 40
Binary 110100 1101111 1001100 110101 0 100000 111000 10010000 100100 100000

Color Harmonies of #346F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346F4C

Black with #346F4C

Text Example


Text Example

White with #346F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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