#33734B

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

Shades of Amazon #33734B

Tints of Amazon #33734B

Color information

#33734B (or 0x33734B) is unknown color: approx Amazon. HEX triplet: 33, 73 and 4B. RGB value is (51,115,75). Sum of RGB (Red+Green+Blue) = 51+115+75=241 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.16% from 241); Green value is 115 (45.31% from 255 or 47.72% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 115 - color contains mainly: green. Hex color #33734B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33734B is #CC8CB4. Grayscale: #5B5B5B. Windows color (decimal): -13405365 or 4944691. OLE color: 4944691.

HSL color Cylindrical-coordinate representation of color #33734B: hue angle of 142.5º 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 #33734B is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB5111575-
CMYK0.5600.350.55
HSL142.5º38.55%32.55%-
HSV(B)142.5º55.65%45.1%-
XYZ8.7713.478.8-
YUV91.3118.899.25-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.16%
GREEN value IS 115 (45.31% from 255) = 47.72%
BLUE value IS 75 (29.69% from 255) = 31.12%
R=21.16%
G=47.72%
B=31.12%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51115750.5600.350.55142.538.5532.55
Hex33734B38023378e2721
Octal6316311370043672164741
Binary11001111100111001011111000010001111011110001110100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33734B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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