#33785C

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

Shades of Amazon #33785C

Tints of Amazon #33785C

Color information

#33785C (or 0x33785C) is unknown color: approx Amazon. HEX triplet: 33, 78 and 5C. RGB value is (51,120,92). Sum of RGB (Red+Green+Blue) = 51+120+92=263 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.39% from 263); Green value is 120 (47.27% from 255 or 45.63% from 263); Blue value is 92 (36.33% from 255 or 34.98% from 263); Max value from RGB is 120 - color contains mainly: green. Hex color #33785C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33785C is #CC87A3. Grayscale: #606060. Windows color (decimal): -13404068 or 6060083. OLE color: 6060083.

HSL color Cylindrical-coordinate representation of color #33785C: hue angle of 155.65º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #33785C is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB5112092-
CMYK0.5800.230.53
HSL155.65º40.35%33.53%-
HSV(B)155.65º57.5%47.06%-
XYZ10.0114.9112.48-
YUV96.18125.6495.78-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.39%
GREEN value IS 120 (47.27% from 255) = 45.63%
BLUE value IS 92 (36.33% from 255) = 34.98%
R=19.39%
G=45.63%
B=34.98%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51120920.5800.230.53155.6540.3533.53
Hex33785C3A017359c2822
Octal6317013472027652345042
Binary1100111111000101110011101001011111010110011100101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33785C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33785C; }

 p { color: rgb(51,120,92); }

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

<style>
 a { background-color: #33785C; }

 a { background-color: rgb(51,120,92); }

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

<style>
 span { border-color: #33785C; }

 span { border-color: rgb(51,120,92); }

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