#337255

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

Shades of Amazon #337255

Tints of Amazon #337255

Color information

#337255 (or 0x337255) is unknown color: approx Amazon. HEX triplet: 33, 72 and 55. RGB value is (51,114,85). Sum of RGB (Red+Green+Blue) = 51+114+85=250 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.4% from 250); Green value is 114 (44.92% from 255 or 45.6% from 250); Blue value is 85 (33.59% from 255 or 34% from 250); Max value from RGB is 114 - color contains mainly: green. Hex color #337255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337255 is #CC8DAA. Grayscale: #5B5B5B. Windows color (decimal): -13405611 or 5599795. OLE color: 5599795.

HSL color Cylindrical-coordinate representation of color #337255: hue angle of 152.38º 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 #337255 is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB5111485-
CMYK0.5500.250.55
HSL152.38º38.18%32.35%-
HSV(B)152.38º55.26%44.71%-
XYZ9.0213.3910.7-
YUV91.86124.1398.86-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.4%
GREEN value IS 114 (44.92% from 255) = 45.6%
BLUE value IS 85 (33.59% from 255) = 34%
R=20.4%
G=45.6%
B=34%

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
Decimal51114850.5500.250.55152.3838.1832.35
Hex3372553701937982620
Octal6316212567031672304640
Binary1100111110010101010111011101100111011110011000100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337255; }

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

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

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

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

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

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

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

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