#33774E

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

Shades of Amazon #33774E

Tints of Amazon #33774E

Color information

#33774E (or 0x33774E) is unknown color: approx Amazon. HEX triplet: 33, 77 and 4E. RGB value is (51,119,78). Sum of RGB (Red+Green+Blue) = 51+119+78=248 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.56% from 248); Green value is 119 (46.88% from 255 or 47.98% from 248); Blue value is 78 (30.86% from 255 or 31.45% from 248); Max value from RGB is 119 - color contains mainly: green. Hex color #33774E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33774E is #CC88B1. Grayscale: #5E5E5E. Windows color (decimal): -13404338 or 5142323. OLE color: 5142323.

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

Color convert

RGB5111978-
CMYK0.5700.340.53
HSL143.82º40%33.33%-
HSV(B)143.82º57.14%46.67%-
XYZ9.3414.459.5-
YUV93.99118.9797.33-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.56%
GREEN value IS 119 (46.88% from 255) = 47.98%
BLUE value IS 78 (30.86% from 255) = 31.45%
R=20.56%
G=47.98%
B=31.45%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51119780.5700.340.53143.824033.33
Hex33774E3902235902821
Octal6316711671042652205041
Binary11001111101111001110111001010001011010110010000101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33774E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33774E; }

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

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

<style>
 a { background-color: #33774E; }

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

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

<style>
 span { border-color: #33774E; }

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

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