#33755B

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

Shades of Amazon #33755B

Tints of Amazon #33755B

Color information

#33755B (or 0x33755B) is unknown color: approx Amazon. HEX triplet: 33, 75 and 5B. RGB value is (51,117,91). Sum of RGB (Red+Green+Blue) = 51+117+91=259 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.69% from 259); Green value is 117 (46.09% from 255 or 45.17% from 259); Blue value is 91 (35.94% from 255 or 35.14% from 259); Max value from RGB is 117 - color contains mainly: green. Hex color #33755B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33755B is #CC8AA4. Grayscale: #5E5E5E. Windows color (decimal): -13404837 or 5993779. OLE color: 5993779.

HSL color Cylindrical-coordinate representation of color #33755B: hue angle of 156.36º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #33755B is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB5111791-
CMYK0.5600.220.54
HSL156.36º39.29%32.94%-
HSV(B)156.36º56.41%45.88%-
XYZ9.6114.1812.13-
YUV94.3126.1397.11-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.69%
GREEN value IS 117 (46.09% from 255) = 45.17%
BLUE value IS 91 (35.94% from 255) = 35.14%
R=19.69%
G=45.17%
B=35.14%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51117910.5600.220.54156.3639.2932.94
Hex33755B38016369c2721
Octal6316513370026662344741
Binary1100111110101101101111100001011011011010011100100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33755B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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