#297552

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

Shades of Amazon #297552

Tints of Amazon #297552

Color information

#297552 (or 0x297552) is unknown color: approx Amazon. HEX triplet: 29, 75 and 52. RGB value is (41,117,82). Sum of RGB (Red+Green+Blue) = 41+117+82=240 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.08% from 240); Green value is 117 (46.09% from 255 or 48.75% from 240); Blue value is 82 (32.42% from 255 or 34.17% from 240); Max value from RGB is 117 - color contains mainly: green. Hex color #297552 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297552 is #D68AAD. Grayscale: #5A5A5A. Windows color (decimal): -14060206 or 5403945. OLE color: 5403945.

HSL color Cylindrical-coordinate representation of color #297552: hue angle of 152.37º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #297552 is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB4111782-
CMYK0.6500.300.54
HSL152.37º48.1%30.98%-
HSV(B)152.37º64.96%45.88%-
XYZ8.813.810.18-
YUV90.29123.3292.85-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.08%
GREEN value IS 117 (46.09% from 255) = 48.75%
BLUE value IS 82 (32.42% from 255) = 34.17%
R=17.08%
G=48.75%
B=34.17%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41117820.6500.300.54152.3748.130.98
Hex2975524101E3698301f
Octal51165122101036662306037
Binary1010011110101101001010000010111101101101001100011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297552; }

 p { color: rgb(41,117,82); }

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

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

 a { background-color: rgb(41,117,82); }

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

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

 span { border-color: rgb(41,117,82); }

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