#347B4C

Color #347B4C Amazon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amazon #347B4C

Tints of Amazon #347B4C

Color information

#347B4C (or 0x347B4C) is unknown color: approx Amazon. HEX triplet: 34, 7B and 4C. RGB value is (52,123,76). Sum of RGB (Red+Green+Blue) = 52+123+76=251 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.72% from 251); Green value is 123 (48.44% from 255 or 49.00% from 251); Blue value is 76 (30.08% from 255 or 30.28% from 251); Max value from RGB is 123 - color contains mainly: green. Hex color #347B4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347B4C is #CB84B3. Grayscale: #606060. Windows color (decimal): -13337780 or 5012276. OLE color: 5012276.

HSL color Cylindrical-coordinate representation of color #347B4C: hue angle of 140.28º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #347B4C is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.52.

Color convert

RGB5212376-
CMYK0.5800.380.52
HSL140.28º40.57%34.31%-
HSV(B)140.28º57.72%48.24%-
XYZ9.815.429.3-
YUV96.41116.4896.32-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.72%
GREEN value IS 123 (48.44% from 255) = 49.00%
BLUE value IS 76 (30.08% from 255) = 30.28%
R=20.72%
G=49.00%
B=30.28%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal52123760.5800.380.52140.2840.5734.31
Hex347B4C3A026348c2922
Octal6417311472046642145142
Binary11010011110111001100111010010011011010010001100101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,123,76); }

 H1.HeaderClassName
 {
   color: #347B4C;
 }
 .AnyTagClassName
 {
   color: #347B4C;
 }
</style>
background-color css

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

 a { background-color: rgb(52,123,76); }

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

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

 span { border-color: rgb(52,123,76); }

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