Html Css Color HEX #347D50 Amazon

📋 copy color: '#347D50'

red 52 ◦ green 125 ◦ blue 80

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

Shades of Amazon #347D50

Tints of Amazon #347D50

RGB

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

 GREEN value IS 125 (49.22% from 255) = 48.64%

 BLUE value IS 80 (31.64% from 255) = 31.13%

R = 20.23%
G = 48.64%
B = 31.13%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.36

 K value IS 0.51

RGB Variations

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

Color information

#347D50 (or 0x347D50) is known color: Amazon. HEX triplet: 34, 7D and 50. RGB value is (52,125,80). Sum of RGB (Red+Green+Blue) = 52+125+80=257 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.23% from 257); Green value is 125 (49.22% from 255 or 48.64% from 257); Blue value is 80 (31.64% from 255 or 31.13% from 257); Max value from RGB is 125 - color contains mainly: green. Hex color #347D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347D50 is #CB82AF. Grayscale: #626262. Windows color (decimal): -13337264 or 5274932. OLE color: 5274932.

HSL color Cylindrical-coordinate representation of color #347D50: hue angle of 143.01º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #347D50 is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.51.

Color convert

RGB 52 125 80 -
CMYK 0.58 0 0.36 0.51
HSL 143.01º 0.41% 0.35% -
HSV(B) 143.01º 0.58% 0.49% -
XYZ 10.2 15.98 10.14 -
YUV 98.04 117.82 95.16 -
System Red Green Blue C M Y K H S L
Decimal 52 125 80 0.58 0 0.36 0.51 143.01 0.41 0.35
Hex 34 7D 50 3A 0 24 33 8F 29 23
Octal 64 175 120 72 0 44 63 217 51 43
Binary 110100 1111101 1010000 111010 0 100100 110011 10001111 101001 100011

Color Harmonies of #347D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347D50

Black with #347D50

Text Example


Text Example

White with #347D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347D50; }

 p { color: rgb(52,125,80); }

 H1.HeaderClassName
 {
   color: #347D50;
 }
 .AnyTagClassName
 {
   color: #347D50;
 }
</style>

background-color css

<style>
 a { background-color: #347D50; }

 a { background-color: rgb(52,125,80); }

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

border-color css

<style>
 span { border-color: #347D50; }

 span { border-color: rgb(52,125,80); }

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