#33775D

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

Shades of Amazon #33775D

Tints of Amazon #33775D

Color information

#33775D (or 0x33775D) is unknown color: approx Amazon. HEX triplet: 33, 77 and 5D. RGB value is (51,119,93). Sum of RGB (Red+Green+Blue) = 51+119+93=263 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.39% from 263); Green value is 119 (46.88% from 255 or 45.25% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 119 - color contains mainly: green. Hex color #33775D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33775D is #CC88A2. Grayscale: #5F5F5F. Windows color (decimal): -13404323 or 6125363. OLE color: 6125363.

HSL color Cylindrical-coordinate representation of color #33775D: hue angle of 157.06º 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 #33775D is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB5111993-
CMYK0.5700.220.53
HSL157.06º40%33.33%-
HSV(B)157.06º57.14%46.67%-
XYZ9.9414.6912.67-
YUV95.7126.4796.11-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.39%
GREEN value IS 119 (46.88% from 255) = 45.25%
BLUE value IS 93 (36.72% from 255) = 35.36%
R=19.39%
G=45.25%
B=35.36%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51119930.5700.220.53157.064033.33
Hex33775D39016359d2821
Octal6316713571026652355041
Binary1100111110111101110111100101011011010110011101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33775D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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