#33844C

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

Shades of Amazon #33844C

Tints of Amazon #33844C

Color information

#33844C (or 0x33844C) is unknown color: approx Amazon. HEX triplet: 33, 84 and 4C. RGB value is (51,132,76). Sum of RGB (Red+Green+Blue) = 51+132+76=259 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.69% from 259); Green value is 132 (51.95% from 255 or 50.97% from 259); Blue value is 76 (30.08% from 255 or 29.34% from 259); Max value from RGB is 132 - color contains mainly: green. Hex color #33844C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33844C is #CC7BB3. Grayscale: #656565. Windows color (decimal): -13401012 or 5014579. OLE color: 5014579.

HSL color Cylindrical-coordinate representation of color #33844C: hue angle of 138.52º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #33844C is Cyan = 0.61, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB5113276-
CMYK0.6100.420.48
HSL138.52º44.26%35.88%-
HSV(B)138.52º61.36%51.76%-
XYZ10.9217.739.68-
YUV101.4113.6692.05-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.69%
GREEN value IS 132 (51.95% from 255) = 50.97%
BLUE value IS 76 (30.08% from 255) = 29.34%
R=19.69%
G=50.97%
B=29.34%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51132760.6100.420.48138.5244.2635.88
Hex33844C3D02A308b2c24
Octal6320411475052602135444
Binary110011100001001001100111101010101011000010001011101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33844C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33844C; }

 p { color: rgb(51,132,76); }

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

<style>
 a { background-color: #33844C; }

 a { background-color: rgb(51,132,76); }

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

<style>
 span { border-color: #33844C; }

 span { border-color: rgb(51,132,76); }

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