#33805E

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

Shades of Amazon #33805E

Tints of Amazon #33805E

Color information

#33805E (or 0x33805E) is unknown color: approx Amazon. HEX triplet: 33, 80 and 5E. RGB value is (51,128,94). Sum of RGB (Red+Green+Blue) = 51+128+94=273 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.68% from 273); Green value is 128 (50.39% from 255 or 46.89% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 128 - color contains mainly: green. Hex color #33805E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33805E is #CC7FA1. Grayscale: #656565. Windows color (decimal): -13402018 or 6193203. OLE color: 6193203.

HSL color Cylindrical-coordinate representation of color #33805E: hue angle of 153.51º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #33805E is Cyan = 0.60, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB5112894-
CMYK0.6000.270.50
HSL153.51º43.02%35.1%-
HSV(B)153.51º60.16%50.2%-
XYZ11.116.9513.28-
YUV101.1123.9992.26-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.68%
GREEN value IS 128 (50.39% from 255) = 46.89%
BLUE value IS 94 (37.11% from 255) = 34.43%
R=18.68%
G=46.89%
B=34.43%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal51128940.6000.270.50153.5143.0235.1
Hex33805E3C01B329a2b23
Octal6320013674033622325343
Binary11001110000000101111011110001101111001010011010101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33805E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33805E; }

 p { color: rgb(51,128,94); }

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

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

 a { background-color: rgb(51,128,94); }

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

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

 span { border-color: rgb(51,128,94); }

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