Html Css Color HEX #346F46 Amazon

📋 copy color: '#346F46'

red 52 ◦ green 111 ◦ blue 70

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

Shades of Amazon #346F46

Tints of Amazon #346F46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 30.04%

R = 22.32%
G = 47.64%
B = 30.04%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#346F46 (or 0x346F46) is known color: Amazon. HEX triplet: 34, 6F and 46. RGB value is (52,111,70). Sum of RGB (Red+Green+Blue) = 52+111+70=233 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.32% from 233); Green value is 111 (43.75% from 255 or 47.64% from 233); Blue value is 70 (27.73% from 255 or 30.04% from 233); Max value from RGB is 111 - color contains mainly: green. Hex color #346F46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346F46 is #CB90B9. Grayscale: #585858. Windows color (decimal): -13340858 or 4615988. OLE color: 4615988.

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

Color convert

RGB 52 111 70 -
CMYK 0.53 0 0.37 0.56
HSL 138.31º 0.36% 0.32% -
HSV(B) 138.31º 0.53% 0.44% -
XYZ 8.21 12.54 7.78 -
YUV 88.69 117.45 101.83 -
System Red Green Blue C M Y K H S L
Decimal 52 111 70 0.53 0 0.37 0.56 138.31 0.36 0.32
Hex 34 6F 46 35 0 25 38 8A 24 20
Octal 64 157 106 65 0 45 70 212 44 40
Binary 110100 1101111 1000110 110101 0 100101 111000 10001010 100100 100000

Color Harmonies of #346F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346F46

Black with #346F46

Text Example


Text Example

White with #346F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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