Html Css Color HEX #347748 Amazon

📋 copy color: '#347748'

red 52 ◦ green 119 ◦ blue 72

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

Shades of Amazon #347748

Tints of Amazon #347748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 29.63%

R = 21.4%
G = 48.97%
B = 29.63%

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

#347748 (or 0x347748) is known color: Amazon. HEX triplet: 34, 77 and 48. RGB value is (52,119,72). Sum of RGB (Red+Green+Blue) = 52+119+72=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 119 (46.88% from 255 or 48.97% from 243); Blue value is 72 (28.52% from 255 or 29.63% from 243); Max value from RGB is 119 - color contains mainly: green. Hex color #347748 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347748 is #CB88B7. Grayscale: #5D5D5D. Windows color (decimal): -13338808 or 4749108. OLE color: 4749108.

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

Color convert

RGB 52 119 72 -
CMYK 0.56 0 0.39 0.53
HSL 137.91º 0.39% 0.34% -
HSV(B) 137.91º 0.56% 0.47% -
XYZ 9.18 14.39 8.42 -
YUV 93.61 115.8 98.32 -
System Red Green Blue C M Y K H S L
Decimal 52 119 72 0.56 0 0.39 0.53 137.91 0.39 0.34
Hex 34 77 48 38 0 27 35 8A 27 22
Octal 64 167 110 70 0 47 65 212 47 42
Binary 110100 1110111 1001000 111000 0 100111 110101 10001010 100111 100010

Color Harmonies of #347748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347748

Black with #347748

Text Example


Text Example

White with #347748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347748; }

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

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

background-color css

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

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

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

border-color css

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

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

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