Html Css Color HEX #346F4F Amazon

📋 copy color: '#346F4F'

red 52 ◦ green 111 ◦ blue 79

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

Shades of Amazon #346F4F

Tints of Amazon #346F4F

RGB

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

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

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

R = 21.49%
G = 45.87%
B = 32.64%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#346F4F (or 0x346F4F) is known color: Amazon. HEX triplet: 34, 6F and 4F. RGB value is (52,111,79). Sum of RGB (Red+Green+Blue) = 52+111+79=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 111 (43.75% from 255 or 45.87% from 242); Blue value is 79 (31.25% from 255 or 32.64% from 242); Max value from RGB is 111 - color contains mainly: green. Hex color #346F4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346F4F is #CB90B0. Grayscale: #595959. Windows color (decimal): -13340849 or 5205812. OLE color: 5205812.

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

Color convert

RGB 52 111 79 -
CMYK 0.53 0 0.29 0.56
HSL 147.46º 0.36% 0.32% -
HSV(B) 147.46º 0.53% 0.44% -
XYZ 8.51 12.66 9.39 -
YUV 89.71 121.95 101.1 -
System Red Green Blue C M Y K H S L
Decimal 52 111 79 0.53 0 0.29 0.56 147.46 0.36 0.32
Hex 34 6F 4F 35 0 1D 38 93 24 20
Octal 64 157 117 65 0 35 70 223 44 40
Binary 110100 1101111 1001111 110101 0 11101 111000 10010011 100100 100000

Color Harmonies of #346F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346F4F

Black with #346F4F

Text Example


Text Example

White with #346F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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