#33734E

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

Shades of Amazon #33734E

Tints of Amazon #33734E

Color information

#33734E (or 0x33734E) is unknown color: approx Amazon. HEX triplet: 33, 73 and 4E. RGB value is (51,115,78). Sum of RGB (Red+Green+Blue) = 51+115+78=244 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.90% from 244); Green value is 115 (45.31% from 255 or 47.13% from 244); Blue value is 78 (30.86% from 255 or 31.97% from 244); Max value from RGB is 115 - color contains mainly: green. Hex color #33734E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33734E is #CC8CB1. Grayscale: #5B5B5B. Windows color (decimal): -13405362 or 5141299. OLE color: 5141299.

HSL color Cylindrical-coordinate representation of color #33734E: hue angle of 145.31º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #33734E is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB5111578-
CMYK0.5600.320.55
HSL145.31º38.55%32.55%-
HSV(B)145.31º55.65%45.1%-
XYZ8.8713.529.35-
YUV91.65120.399.01-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.90%
GREEN value IS 115 (45.31% from 255) = 47.13%
BLUE value IS 78 (30.86% from 255) = 31.97%
R=20.90%
G=47.13%
B=31.97%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51115780.5600.320.55145.3138.5532.55
Hex33734E3802037912721
Octal6316311670040672214741
Binary11001111100111001110111000010000011011110010001100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33734E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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