#33735B

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

Shades of Amazon #33735B

Tints of Amazon #33735B

Color information

#33735B (or 0x33735B) is unknown color: approx Amazon. HEX triplet: 33, 73 and 5B. RGB value is (51,115,91). Sum of RGB (Red+Green+Blue) = 51+115+91=257 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.84% from 257); Green value is 115 (45.31% from 255 or 44.75% from 257); Blue value is 91 (35.94% from 255 or 35.41% from 257); Max value from RGB is 115 - color contains mainly: green. Hex color #33735B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33735B is #CC8CA4. Grayscale: #5D5D5D. Windows color (decimal): -13405349 or 5993267. OLE color: 5993267.

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

Color convert

RGB5111591-
CMYK0.5600.210.55
HSL157.5º38.55%32.55%-
HSV(B)157.5º55.65%45.1%-
XYZ9.3813.7212.05-
YUV93.13126.897.95-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.84%
GREEN value IS 115 (45.31% from 255) = 44.75%
BLUE value IS 91 (35.94% from 255) = 35.41%
R=19.84%
G=44.75%
B=35.41%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51115910.5600.210.55157.538.5532.55
Hex33735B38015379e2721
Octal6316313370025672364741
Binary1100111110011101101111100001010111011110011110100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33735B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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