#33834F

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

Shades of Amazon #33834F

Tints of Amazon #33834F

Color information

#33834F (or 0x33834F) is unknown color: approx Amazon. HEX triplet: 33, 83 and 4F. RGB value is (51,131,79). Sum of RGB (Red+Green+Blue) = 51+131+79=261 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.54% from 261); Green value is 131 (51.56% from 255 or 50.19% from 261); Blue value is 79 (31.25% from 255 or 30.27% from 261); Max value from RGB is 131 - color contains mainly: green. Hex color #33834F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33834F is #CC7CB0. Grayscale: #656565. Windows color (decimal): -13401265 or 5210931. OLE color: 5210931.

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

Color convert

RGB5113179-
CMYK0.6100.400.49
HSL141º43.96%35.69%-
HSV(B)141º61.07%51.37%-
XYZ10.8917.510.2-
YUV101.15115.592.23-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.54%
GREEN value IS 131 (51.56% from 255) = 50.19%
BLUE value IS 79 (31.25% from 255) = 30.27%
R=19.54%
G=50.19%
B=30.27%

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
Decimal51131790.6100.400.4914143.9635.69
Hex33834F3D028318d2c24
Octal6320311775050612155444
Binary110011100000111001111111101010100011000110001101101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33834F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33834F; }

 p { color: rgb(51,131,79); }

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

<style>
 a { background-color: #33834F; }

 a { background-color: rgb(51,131,79); }

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

<style>
 span { border-color: #33834F; }

 span { border-color: rgb(51,131,79); }

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