Html Css Color HEX #347750 Amazon

📋 copy color: '#347750'

red 52 ◦ green 119 ◦ blue 80

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

Shades of Amazon #347750

Tints of Amazon #347750

RGB

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

 GREEN value IS 119 (46.88% from 255) = 47.41%

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

R = 20.72%
G = 47.41%
B = 31.87%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#347750 (or 0x347750) is known color: Amazon. HEX triplet: 34, 77 and 50. RGB value is (52,119,80). Sum of RGB (Red+Green+Blue) = 52+119+80=251 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.72% from 251); Green value is 119 (46.88% from 255 or 47.41% from 251); Blue value is 80 (31.64% from 255 or 31.87% from 251); Max value from RGB is 119 - color contains mainly: green. Hex color #347750 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347750 is #CB88AF. Grayscale: #5E5E5E. Windows color (decimal): -13338800 or 5273396. OLE color: 5273396.

HSL color Cylindrical-coordinate representation of color #347750: hue angle of 145.07º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #347750 is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 119 80 -
CMYK 0.56 0 0.33 0.53
HSL 145.07º 0.39% 0.34% -
HSV(B) 145.07º 0.56% 0.47% -
XYZ 9.46 14.5 9.89 -
YUV 94.52 119.8 97.67 -
System Red Green Blue C M Y K H S L
Decimal 52 119 80 0.56 0 0.33 0.53 145.07 0.39 0.34
Hex 34 77 50 38 0 21 35 91 27 22
Octal 64 167 120 70 0 41 65 221 47 42
Binary 110100 1110111 1010000 111000 0 100001 110101 10010001 100111 100010

Color Harmonies of #347750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347750

Black with #347750

Text Example


Text Example

White with #347750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347750; }

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

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

background-color css

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

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

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

border-color css

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

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

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