Html Css Color HEX #347749 Amazon

📋 copy color: '#347749'

red 52 ◦ green 119 ◦ blue 73

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

Shades of Amazon #347749

Tints of Amazon #347749

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 29.92%

R = 21.31%
G = 48.77%
B = 29.92%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#347749 (or 0x347749) is known color: Amazon. HEX triplet: 34, 77 and 49. RGB value is (52,119,73). Sum of RGB (Red+Green+Blue) = 52+119+73=244 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.31% from 244); Green value is 119 (46.88% from 255 or 48.77% from 244); Blue value is 73 (28.91% from 255 or 29.92% from 244); Max value from RGB is 119 - color contains mainly: green. Hex color #347749 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347749 is #CB88B6. Grayscale: #5D5D5D. Windows color (decimal): -13338807 or 4814644. OLE color: 4814644.

HSL color Cylindrical-coordinate representation of color #347749: hue angle of 138.81º 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 #347749 is Cyan = 0.56, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 119 73 -
CMYK 0.56 0 0.39 0.53
HSL 138.81º 0.39% 0.34% -
HSV(B) 138.81º 0.56% 0.47% -
XYZ 9.22 14.4 8.6 -
YUV 93.72 116.3 98.24 -
System Red Green Blue C M Y K H S L
Decimal 52 119 73 0.56 0 0.39 0.53 138.81 0.39 0.34
Hex 34 77 49 38 0 27 35 8B 27 22
Octal 64 167 111 70 0 47 65 213 47 42
Binary 110100 1110111 1001001 111000 0 100111 110101 10001011 100111 100010

Color Harmonies of #347749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347749

Black with #347749

Text Example


Text Example

White with #347749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347749; }

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

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

background-color css

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

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

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

border-color css

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

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

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