#33824E

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

Shades of Amazon #33824E

Tints of Amazon #33824E

Color information

#33824E (or 0x33824E) is unknown color: approx Amazon. HEX triplet: 33, 82 and 4E. RGB value is (51,130,78). Sum of RGB (Red+Green+Blue) = 51+130+78=259 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.69% from 259); Green value is 130 (51.17% from 255 or 50.19% from 259); Blue value is 78 (30.86% from 255 or 30.12% from 259); Max value from RGB is 130 - color contains mainly: green. Hex color #33824E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33824E is #CC7DB1. Grayscale: #646464. Windows color (decimal): -13401522 or 5145139. OLE color: 5145139.

HSL color Cylindrical-coordinate representation of color #33824E: hue angle of 140.51º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #33824E is Cyan = 0.61, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB5113078-
CMYK0.6100.400.49
HSL140.51º43.65%35.49%-
HSV(B)140.51º60.77%50.98%-
XYZ10.7217.229.97-
YUV100.45115.3392.73-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.69%
GREEN value IS 130 (51.17% from 255) = 50.19%
BLUE value IS 78 (30.86% from 255) = 30.12%
R=19.69%
G=50.19%
B=30.12%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal51130780.6100.400.49140.5143.6535.49
Hex33824E3D028318d2c23
Octal6320211675050612155443
Binary110011100000101001110111101010100011000110001101101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33824E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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