#33864C

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

Shades of Amazon #33864C

Tints of Amazon #33864C

Color information

#33864C (or 0x33864C) is unknown color: approx Amazon. HEX triplet: 33, 86 and 4C. RGB value is (51,134,76). Sum of RGB (Red+Green+Blue) = 51+134+76=261 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.54% from 261); Green value is 134 (52.73% from 255 or 51.34% from 261); Blue value is 76 (30.08% from 255 or 29.12% from 261); Max value from RGB is 134 - color contains mainly: green. Hex color #33864C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33864C is #CC79B3. Grayscale: #666666. Windows color (decimal): -13400500 or 5015091. OLE color: 5015091.

HSL color Cylindrical-coordinate representation of color #33864C: hue angle of 138.07º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #33864C is Cyan = 0.62, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB5113476-
CMYK0.6200.430.47
HSL138.07º44.86%36.27%-
HSV(B)138.07º61.94%52.55%-
XYZ11.1918.289.78-
YUV102.5711391.22-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.54%
GREEN value IS 134 (52.73% from 255) = 51.34%
BLUE value IS 76 (30.08% from 255) = 29.12%
R=19.54%
G=51.34%
B=29.12%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51134760.6200.430.47138.0744.8636.27
Hex33864C3E02B2F8a2d24
Octal6320611476053572125544
Binary110011100001101001100111110010101110111110001010101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33864C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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