#337456

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

Shades of Amazon #337456

Tints of Amazon #337456

Color information

#337456 (or 0x337456) is unknown color: approx Amazon. HEX triplet: 33, 74 and 56. RGB value is (51,116,86). Sum of RGB (Red+Green+Blue) = 51+116+86=253 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.16% from 253); Green value is 116 (45.70% from 255 or 45.85% from 253); Blue value is 86 (33.98% from 255 or 33.99% from 253); Max value from RGB is 116 - color contains mainly: green. Hex color #337456 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337456 is #CC8BA9. Grayscale: #5D5D5D. Windows color (decimal): -13405098 or 5665843. OLE color: 5665843.

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

Color convert

RGB5111686-
CMYK0.5600.260.55
HSL152.31º38.92%32.75%-
HSV(B)152.31º56.03%45.49%-
XYZ9.2913.8710.99-
YUV93.14123.9797.94-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.16%
GREEN value IS 116 (45.70% from 255) = 45.85%
BLUE value IS 86 (33.98% from 255) = 33.99%
R=20.16%
G=45.85%
B=33.99%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51116860.5600.260.55152.3138.9232.75
Hex3374563801A37982721
Octal6316412670032672304741
Binary1100111110100101011011100001101011011110011000100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337456; }

 p { color: rgb(51,116,86); }

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

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

 a { background-color: rgb(51,116,86); }

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

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

 span { border-color: rgb(51,116,86); }

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