#33754D

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

Shades of Amazon #33754D

Tints of Amazon #33754D

Color information

#33754D (or 0x33754D) is unknown color: approx Amazon. HEX triplet: 33, 75 and 4D. RGB value is (51,117,77). Sum of RGB (Red+Green+Blue) = 51+117+77=245 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.82% from 245); Green value is 117 (46.09% from 255 or 47.76% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 117 - color contains mainly: green. Hex color #33754D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33754D is #CC8AB2. Grayscale: #5C5C5C. Windows color (decimal): -13404851 or 5076275. OLE color: 5076275.

HSL color Cylindrical-coordinate representation of color #33754D: hue angle of 143.64º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #33754D is Cyan = 0.56, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB5111777-
CMYK0.5600.340.54
HSL143.64º39.29%32.94%-
HSV(B)143.64º56.41%45.88%-
XYZ9.0713.969.24-
YUV92.71119.1398.25-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.82%
GREEN value IS 117 (46.09% from 255) = 47.76%
BLUE value IS 77 (30.47% from 255) = 31.43%
R=20.82%
G=47.76%
B=31.43%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51117770.5600.340.54143.6439.2932.94
Hex33754D3802236902721
Octal6316511570042662204741
Binary11001111101011001101111000010001011011010010000100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33754D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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