#33714D

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

Shades of Amazon #33714D

Tints of Amazon #33714D

Color information

#33714D (or 0x33714D) is unknown color: approx Amazon. HEX triplet: 33, 71 and 4D. RGB value is (51,113,77). Sum of RGB (Red+Green+Blue) = 51+113+77=241 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.16% from 241); Green value is 113 (44.53% from 255 or 46.89% from 241); Blue value is 77 (30.47% from 255 or 31.95% from 241); Max value from RGB is 113 - color contains mainly: green. Hex color #33714D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33714D is #CC8EB2. Grayscale: #5A5A5A. Windows color (decimal): -13405875 or 5075251. OLE color: 5075251.

HSL color Cylindrical-coordinate representation of color #33714D: hue angle of 145.16º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #33714D is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB5111377-
CMYK0.5500.320.56
HSL145.16º37.8%32.16%-
HSV(B)145.16º54.87%44.31%-
XYZ8.6113.059.09-
YUV90.36120.4699.93-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.16%
GREEN value IS 113 (44.53% from 255) = 46.89%
BLUE value IS 77 (30.47% from 255) = 31.95%
R=21.16%
G=46.89%
B=31.95%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51113770.5500.320.56145.1637.832.16
Hex33714D3702038912620
Octal6316111567040702214640
Binary11001111100011001101110111010000011100010010001100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33714D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,113,77); }

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

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

 a { background-color: rgb(51,113,77); }

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

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

 span { border-color: rgb(51,113,77); }

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