#347B5C

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

Shades of Amazon #347B5C

Tints of Amazon #347B5C

Color information

#347B5C (or 0x347B5C) is unknown color: approx Amazon. HEX triplet: 34, 7B and 5C. RGB value is (52,123,92). Sum of RGB (Red+Green+Blue) = 52+123+92=267 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.48% from 267); Green value is 123 (48.44% from 255 or 46.07% from 267); Blue value is 92 (36.33% from 255 or 34.46% from 267); Max value from RGB is 123 - color contains mainly: green. Hex color #347B5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347B5C is #CB84A3. Grayscale: #626262. Windows color (decimal): -13337764 or 6060852. OLE color: 6060852.

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

Color convert

RGB5212392-
CMYK0.5800.250.52
HSL153.8º40.57%34.31%-
HSV(B)153.8º57.72%48.24%-
XYZ10.4315.6712.6-
YUV98.24124.4895.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.48%
GREEN value IS 123 (48.44% from 255) = 46.07%
BLUE value IS 92 (36.33% from 255) = 34.46%
R=19.48%
G=46.07%
B=34.46%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal52123920.5800.250.52153.840.5734.31
Hex347B5C3A019349a2922
Octal6417313472031642325142
Binary1101001111011101110011101001100111010010011010101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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