Html Css Color HEX #347D5E Amazon

📋 copy color: '#347D5E'

red 52 ◦ green 125 ◦ blue 94

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

Shades of Amazon #347D5E

Tints of Amazon #347D5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 34.69%

R = 19.19%
G = 46.13%
B = 34.69%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#347D5E (or 0x347D5E) is known color: Amazon. HEX triplet: 34, 7D and 5E. RGB value is (52,125,94). Sum of RGB (Red+Green+Blue) = 52+125+94=271 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.19% from 271); Green value is 125 (49.22% from 255 or 46.13% from 271); Blue value is 94 (37.11% from 255 or 34.69% from 271); Max value from RGB is 125 - color contains mainly: green. Hex color #347D5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347D5E is #CB82A1. Grayscale: #636363. Windows color (decimal): -13337250 or 6192436. OLE color: 6192436.

HSL color Cylindrical-coordinate representation of color #347D5E: hue angle of 154.52º 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 #347D5E is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB 52 125 94 -
CMYK 0.58 0 0.25 0.51
HSL 154.52º 0.41% 0.35% -
HSV(B) 154.52º 0.58% 0.49% -
XYZ 10.77 16.21 13.15 -
YUV 99.64 124.82 94.02 -
System Red Green Blue C M Y K H S L
Decimal 52 125 94 0.58 0 0.25 0.51 154.52 0.41 0.35
Hex 34 7D 5E 3A 0 19 33 9B 29 23
Octal 64 175 136 72 0 31 63 233 51 43
Binary 110100 1111101 1011110 111010 0 11001 110011 10011011 101001 100011

Color Harmonies of #347D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347D5E

Black with #347D5E

Text Example


Text Example

White with #347D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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