#297753

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

Shades of Amazon #297753

Tints of Amazon #297753

Color information

#297753 (or 0x297753) is unknown color: approx Amazon. HEX triplet: 29, 77 and 53. RGB value is (41,119,83). Sum of RGB (Red+Green+Blue) = 41+119+83=243 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.87% from 243); Green value is 119 (46.88% from 255 or 48.97% from 243); Blue value is 83 (32.81% from 255 or 34.16% from 243); Max value from RGB is 119 - color contains mainly: green. Hex color #297753 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297753 is #D688AC. Grayscale: #5B5B5B. Windows color (decimal): -14059693 or 5469993. OLE color: 5469993.

HSL color Cylindrical-coordinate representation of color #297753: hue angle of 152.31º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #297753 is Cyan = 0.66, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB4111983-
CMYK0.6600.300.53
HSL152.31º48.75%31.37%-
HSV(B)152.31º65.55%46.67%-
XYZ9.0714.2910.46-
YUV91.57123.1691.93-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.87%
GREEN value IS 119 (46.88% from 255) = 48.97%
BLUE value IS 83 (32.81% from 255) = 34.16%
R=16.87%
G=48.97%
B=34.16%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41119830.6600.300.53152.3148.7531.37
Hex2977534201E3598311f
Octal51167123102036652306137
Binary1010011110111101001110000100111101101011001100011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297753; }

 p { color: rgb(41,119,83); }

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

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

 a { background-color: rgb(41,119,83); }

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

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

 span { border-color: rgb(41,119,83); }

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