#33775b

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

Shades of Amazon #33775B

Tints of Amazon #33775B

Color information

#33775B (or 0x33775B) is unknown color: approx Amazon. HEX triplet: 33, 77 and 5B. RGB value is (51,119,91). Sum of RGB (Red+Green+Blue) = 51+119+91=261 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.54% from 261); Green value is 119 (46.88% from 255 or 45.59% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 119 - color contains mainly: green. Hex color #33775B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33775B is #CC88A4. Grayscale: #5F5F5F. Windows color (decimal): -13404325 or 5994291. OLE color: 5994291.

HSL color Cylindrical-coordinate representation of color #33775B: hue angle of 155.29º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #33775B is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB5111991-
CMYK0.5700.240.53
HSL155.29º40%33.33%-
HSV(B)155.29º57.14%46.67%-
XYZ9.8514.6512.21-
YUV95.48125.4796.28-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.54%
GREEN value IS 119 (46.88% from 255) = 45.59%
BLUE value IS 91 (35.94% from 255) = 34.87%
R=19.54%
G=45.59%
B=34.87%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51119910.5700.240.53155.294033.33
Hex33775B39018359b2821
Octal6316713371030652335041
Binary1100111110111101101111100101100011010110011011101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33775b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33775b; }

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

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

<style>
 a { background-color: #33775b; }

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

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

<style>
 span { border-color: #33775b; }

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

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