#33834B

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

Shades of Amazon #33834B

Tints of Amazon #33834B

Color information

#33834B (or 0x33834B) is unknown color: approx Amazon. HEX triplet: 33, 83 and 4B. RGB value is (51,131,75). Sum of RGB (Red+Green+Blue) = 51+131+75=257 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.84% from 257); Green value is 131 (51.56% from 255 or 50.97% from 257); Blue value is 75 (29.69% from 255 or 29.18% from 257); Max value from RGB is 131 - color contains mainly: green. Hex color #33834B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33834B is #CC7CB4. Grayscale: #646464. Windows color (decimal): -13401269 or 4948787. OLE color: 4948787.

HSL color Cylindrical-coordinate representation of color #33834B: hue angle of 138º 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 #33834B is Cyan = 0.61, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB5113175-
CMYK0.6100.430.49
HSL138º43.96%35.69%-
HSV(B)138º61.07%51.37%-
XYZ10.7517.449.46-
YUV100.7113.592.55-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.84%
GREEN value IS 131 (51.56% from 255) = 50.97%
BLUE value IS 75 (29.69% from 255) = 29.18%
R=19.84%
G=50.97%
B=29.18%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal51131750.6100.430.4913843.9635.69
Hex33834B3D02B318a2c24
Octal6320311375053612125444
Binary110011100000111001011111101010101111000110001010101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33834B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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