Html Css Color HEX #347F5D Amazon

📋 copy color: '#347F5D'

red 52 ◦ green 127 ◦ blue 93

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

Shades of Amazon #347F5D

Tints of Amazon #347F5D

RGB

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

 GREEN value IS 127 (50% from 255) = 46.69%

 BLUE value IS 93 (36.72% from 255) = 34.19%

R = 19.12%
G = 46.69%
B = 34.19%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#347F5D (or 0x347F5D) is known color: Amazon. HEX triplet: 34, 7F and 5D. RGB value is (52,127,93). Sum of RGB (Red+Green+Blue) = 52+127+93=272 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.12% from 272); Green value is 127 (50% from 255 or 46.69% from 272); Blue value is 93 (36.72% from 255 or 34.19% from 272); Max value from RGB is 127 - color contains mainly: green. Hex color #347F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347F5D is #CB80A2. Grayscale: #646464. Windows color (decimal): -13336739 or 6127412. OLE color: 6127412.

HSL color Cylindrical-coordinate representation of color #347F5D: hue angle of 152.8º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #347F5D is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB 52 127 93 -
CMYK 0.59 0 0.27 0.50
HSL 152.8º 0.42% 0.35% -
HSV(B) 152.8º 0.59% 0.5% -
XYZ 10.98 16.7 13 -
YUV 100.7 123.65 93.26 -
System Red Green Blue C M Y K H S L
Decimal 52 127 93 0.59 0 0.27 0.50 152.8 0.42 0.35
Hex 34 7F 5D 3B 0 1B 32 99 2A 23
Octal 64 177 135 73 0 33 62 231 52 43
Binary 110100 1111111 1011101 111011 0 11011 110010 10011001 101010 100011

Color Harmonies of #347F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347F5D

Black with #347F5D

Text Example


Text Example

White with #347F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,127,93); }

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

background-color css

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

 a { background-color: rgb(52,127,93); }

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

border-color css

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

 span { border-color: rgb(52,127,93); }

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