#33844A

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

Shades of Amazon #33844A

Tints of Amazon #33844A

Color information

#33844A (or 0x33844A) is unknown color: approx Amazon. HEX triplet: 33, 84 and 4A. RGB value is (51,132,74). Sum of RGB (Red+Green+Blue) = 51+132+74=257 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.84% from 257); Green value is 132 (51.95% from 255 or 51.36% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 132 - color contains mainly: green. Hex color #33844A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33844A is #CC7BB5. Grayscale: #656565. Windows color (decimal): -13401014 or 4883507. OLE color: 4883507.

HSL color Cylindrical-coordinate representation of color #33844A: hue angle of 137.04º 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 #33844A is Cyan = 0.61, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB5113274-
CMYK0.6100.440.48
HSL137.04º44.26%35.88%-
HSV(B)137.04º61.36%51.76%-
XYZ10.8517.79.32-
YUV101.17112.6692.22-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.84%
GREEN value IS 132 (51.95% from 255) = 51.36%
BLUE value IS 74 (29.30% from 255) = 28.79%
R=19.84%
G=51.36%
B=28.79%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51132740.6100.440.48137.0444.2635.88
Hex33844A3D02C30892c24
Octal6320411275054602115444
Binary110011100001001001010111101010110011000010001001101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33844A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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