#347255

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

Shades of Amazon #347255

Tints of Amazon #347255

Color information

#347255 (or 0x347255) is unknown color: approx Amazon. HEX triplet: 34, 72 and 55. RGB value is (52,114,85). Sum of RGB (Red+Green+Blue) = 52+114+85=251 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.72% from 251); Green value is 114 (44.92% from 255 or 45.42% from 251); Blue value is 85 (33.59% from 255 or 33.86% from 251); Max value from RGB is 114 - color contains mainly: green. Hex color #347255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347255 is #CB8DAA. Grayscale: #5C5C5C. Windows color (decimal): -13340075 or 5599796. OLE color: 5599796.

HSL color Cylindrical-coordinate representation of color #347255: hue angle of 151.94º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #347255 is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB5211485-
CMYK0.5400.250.55
HSL151.94º37.35%32.55%-
HSV(B)151.94º54.39%44.71%-
XYZ9.0713.4210.71-
YUV92.16123.9699.36-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.72%
GREEN value IS 114 (44.92% from 255) = 45.42%
BLUE value IS 85 (33.59% from 255) = 33.86%
R=20.72%
G=45.42%
B=33.86%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52114850.5400.250.55151.9437.3532.55
Hex3472553601937982521
Octal6416212566031672304541
Binary1101001110010101010111011001100111011110011000100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347255; }

 p { color: rgb(52,114,85); }

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

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

 a { background-color: rgb(52,114,85); }

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

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

 span { border-color: rgb(52,114,85); }

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