#33735A

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

Shades of Amazon #33735A

Tints of Amazon #33735A

Color information

#33735A (or 0x33735A) is unknown color: approx Amazon. HEX triplet: 33, 73 and 5A. RGB value is (51,115,90). Sum of RGB (Red+Green+Blue) = 51+115+90=256 (33% of max value = 765). Red value is 51 (20.31% from 255 or 19.92% from 256); Green value is 115 (45.31% from 255 or 44.92% from 256); Blue value is 90 (35.55% from 255 or 35.16% from 256); Max value from RGB is 115 - color contains mainly: green. Hex color #33735A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33735A is #CC8CA5. Grayscale: #5D5D5D. Windows color (decimal): -13405350 or 5927731. OLE color: 5927731.

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

Color convert

RGB5111590-
CMYK0.5600.220.55
HSL156.56º38.55%32.55%-
HSV(B)156.56º55.65%45.1%-
XYZ9.3413.711.83-
YUV93.01126.398.03-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.92%
GREEN value IS 115 (45.31% from 255) = 44.92%
BLUE value IS 90 (35.55% from 255) = 35.16%
R=19.92%
G=44.92%
B=35.16%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51115900.5600.220.55156.5638.5532.55
Hex33735A38016379d2721
Octal6316313270026672354741
Binary1100111110011101101011100001011011011110011101100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33735A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33735A; }

 p { color: rgb(51,115,90); }

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

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

 a { background-color: rgb(51,115,90); }

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

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

 span { border-color: rgb(51,115,90); }

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