#33775C

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

Shades of Amazon #33775C

Tints of Amazon #33775C

Color information

#33775C (or 0x33775C) is unknown color: approx Amazon. HEX triplet: 33, 77 and 5C. RGB value is (51,119,92). Sum of RGB (Red+Green+Blue) = 51+119+92=262 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.47% from 262); Green value is 119 (46.88% from 255 or 45.42% from 262); Blue value is 92 (36.33% from 255 or 35.11% from 262); Max value from RGB is 119 - color contains mainly: green. Hex color #33775C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33775C is #CC88A3. Grayscale: #5F5F5F. Windows color (decimal): -13404324 or 6059827. OLE color: 6059827.

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

Color convert

RGB5111992-
CMYK0.5700.230.53
HSL156.18º40%33.33%-
HSV(B)156.18º57.14%46.67%-
XYZ9.8914.6712.44-
YUV95.59125.9796.2-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.47%
GREEN value IS 119 (46.88% from 255) = 45.42%
BLUE value IS 92 (36.33% from 255) = 35.11%
R=19.47%
G=45.42%
B=35.11%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51119920.5700.230.53156.184033.33
Hex33775C39017359c2821
Octal6316713471027652345041
Binary1100111110111101110011100101011111010110011100101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33775C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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