Html Css Color HEX #347D4D Amazon

📋 copy color: '#347D4D'

red 52 ◦ green 125 ◦ blue 77

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

Shades of Amazon #347D4D

Tints of Amazon #347D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 30.31%

R = 20.47%
G = 49.21%
B = 30.31%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.38

 K value IS 0.51

RGB Variations

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

Color information

#347D4D (or 0x347D4D) is known color: Amazon. HEX triplet: 34, 7D and 4D. RGB value is (52,125,77). Sum of RGB (Red+Green+Blue) = 52+125+77=254 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.47% from 254); Green value is 125 (49.22% from 255 or 49.21% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 125 - color contains mainly: green. Hex color #347D4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347D4D is #CB82B2. Grayscale: #616161. Windows color (decimal): -13337267 or 5078324. OLE color: 5078324.

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

Color convert

RGB 52 125 77 -
CMYK 0.58 0 0.38 0.51
HSL 140.55º 0.41% 0.35% -
HSV(B) 140.55º 0.58% 0.49% -
XYZ 10.09 15.93 9.56 -
YUV 97.7 116.32 95.4 -
System Red Green Blue C M Y K H S L
Decimal 52 125 77 0.58 0 0.38 0.51 140.55 0.41 0.35
Hex 34 7D 4D 3A 0 26 33 8D 29 23
Octal 64 175 115 72 0 46 63 215 51 43
Binary 110100 1111101 1001101 111010 0 100110 110011 10001101 101001 100011

Color Harmonies of #347D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347D4D

Black with #347D4D

Text Example


Text Example

White with #347D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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