#337256

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

Shades of Amazon #337256

Tints of Amazon #337256

Color information

#337256 (or 0x337256) is unknown color: approx Amazon. HEX triplet: 33, 72 and 56. RGB value is (51,114,86). Sum of RGB (Red+Green+Blue) = 51+114+86=251 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.32% from 251); Green value is 114 (44.92% from 255 or 45.42% from 251); Blue value is 86 (33.98% from 255 or 34.26% from 251); Max value from RGB is 114 - color contains mainly: green. Hex color #337256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337256 is #CC8DA9. Grayscale: #5C5C5C. Windows color (decimal): -13405610 or 5665331. OLE color: 5665331.

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

Color convert

RGB5111486-
CMYK0.5500.250.55
HSL153.33º38.18%32.35%-
HSV(B)153.33º55.26%44.71%-
XYZ9.0613.4110.91-
YUV91.97124.6398.78-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.32%
GREEN value IS 114 (44.92% from 255) = 45.42%
BLUE value IS 86 (33.98% from 255) = 34.26%
R=20.32%
G=45.42%
B=34.26%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51114860.5500.250.55153.3338.1832.35
Hex3372563701937992620
Octal6316212667031672314640
Binary1100111110010101011011011101100111011110011001100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337256; }

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

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

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

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

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

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

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

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