#336F53

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

Shades of Amazon #336F53

Tints of Amazon #336F53

Color information

#336F53 (or 0x336F53) is unknown color: approx Amazon. HEX triplet: 33, 6F and 53. RGB value is (51,111,83). Sum of RGB (Red+Green+Blue) = 51+111+83=245 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.82% from 245); Green value is 111 (43.75% from 255 or 45.31% from 245); Blue value is 83 (32.81% from 255 or 33.88% from 245); Max value from RGB is 111 - color contains mainly: green. Hex color #336F53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336F53 is #CC90AC. Grayscale: #595959. Windows color (decimal): -13406381 or 5467955. OLE color: 5467955.

HSL color Cylindrical-coordinate representation of color #336F53: hue angle of 152º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #336F53 is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB5111183-
CMYK0.5400.250.56
HSL152º37.04%31.76%-
HSV(B)152º54.05%43.53%-
XYZ8.6112.710.18-
YUV89.87124.12100.28-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.82%
GREEN value IS 111 (43.75% from 255) = 45.31%
BLUE value IS 83 (32.81% from 255) = 33.88%
R=20.82%
G=45.31%
B=33.88%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51111830.5400.250.5615237.0431.76
Hex336F533601938982520
Octal6315712366031702304540
Binary1100111101111101001111011001100111100010011000100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336F53; }

 p { color: rgb(51,111,83); }

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

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

 a { background-color: rgb(51,111,83); }

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

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

 span { border-color: rgb(51,111,83); }

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