#33785B

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

Shades of Amazon #33785B

Tints of Amazon #33785B

Color information

#33785B (or 0x33785B) is unknown color: approx Amazon. HEX triplet: 33, 78 and 5B. RGB value is (51,120,91). Sum of RGB (Red+Green+Blue) = 51+120+91=262 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.47% from 262); Green value is 120 (47.27% from 255 or 45.80% from 262); Blue value is 91 (35.94% from 255 or 34.73% from 262); Max value from RGB is 120 - color contains mainly: green. Hex color #33785B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33785B is #CC87A4. Grayscale: #606060. Windows color (decimal): -13404069 or 5994547. OLE color: 5994547.

HSL color Cylindrical-coordinate representation of color #33785B: hue angle of 154.78º 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 #33785B is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB5112091-
CMYK0.5800.240.53
HSL154.78º40.35%33.53%-
HSV(B)154.78º57.5%47.06%-
XYZ9.9714.8912.25-
YUV96.06125.1495.86-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.47%
GREEN value IS 120 (47.27% from 255) = 45.80%
BLUE value IS 91 (35.94% from 255) = 34.73%
R=19.47%
G=45.80%
B=34.73%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51120910.5800.240.53154.7840.3533.53
Hex33785B3A018359b2822
Octal6317013372030652335042
Binary1100111111000101101111101001100011010110011011101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33785B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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