Html Css Color HEX #347148 Amazon

📋 copy color: '#347148'

red 52 ◦ green 113 ◦ blue 72

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

Shades of Amazon #347148

Tints of Amazon #347148

RGB

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

 GREEN value IS 113 (44.53% from 255) = 47.68%

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

R = 21.94%
G = 47.68%
B = 30.38%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#347148 (or 0x347148) is known color: Amazon. HEX triplet: 34, 71 and 48. RGB value is (52,113,72). Sum of RGB (Red+Green+Blue) = 52+113+72=237 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.94% from 237); Green value is 113 (44.53% from 255 or 47.68% from 237); Blue value is 72 (28.52% from 255 or 30.38% from 237); Max value from RGB is 113 - color contains mainly: green. Hex color #347148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347148 is #CB8EB7. Grayscale: #5A5A5A. Windows color (decimal): -13340344 or 4747572. OLE color: 4747572.

HSL color Cylindrical-coordinate representation of color #347148: hue angle of 139.67º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #347148 is Cyan = 0.54, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 113 72 -
CMYK 0.54 0 0.36 0.56
HSL 139.67º 0.37% 0.32% -
HSV(B) 139.67º 0.54% 0.44% -
XYZ 8.49 13.01 8.19 -
YUV 90.09 117.79 100.83 -
System Red Green Blue C M Y K H S L
Decimal 52 113 72 0.54 0 0.36 0.56 139.67 0.37 0.32
Hex 34 71 48 36 0 24 38 8C 25 20
Octal 64 161 110 66 0 44 70 214 45 40
Binary 110100 1110001 1001000 110110 0 100100 111000 10001100 100101 100000

Color Harmonies of #347148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347148

Black with #347148

Text Example


Text Example

White with #347148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347148; }

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

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

background-color css

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

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

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

border-color css

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

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

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