#33815B

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

Shades of Amazon #33815B

Tints of Amazon #33815B

Color information

#33815B (or 0x33815B) is unknown color: approx Amazon. HEX triplet: 33, 81 and 5B. RGB value is (51,129,91). Sum of RGB (Red+Green+Blue) = 51+129+91=271 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.82% from 271); Green value is 129 (50.78% from 255 or 47.60% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 129 - color contains mainly: green. Hex color #33815B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33815B is #CC7EA4. Grayscale: #656565. Windows color (decimal): -13401765 or 5996851. OLE color: 5996851.

HSL color Cylindrical-coordinate representation of color #33815B: hue angle of 150.77º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #33815B is Cyan = 0.60, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB5112991-
CMYK0.6000.290.49
HSL150.77º43.33%35.29%-
HSV(B)150.77º60.47%50.59%-
XYZ11.117.1612.62-
YUV101.35122.1692.09-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.82%
GREEN value IS 129 (50.78% from 255) = 47.60%
BLUE value IS 91 (35.94% from 255) = 33.58%
R=18.82%
G=47.60%
B=33.58%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal51129910.6000.290.49150.7743.3335.29
Hex33815B3C01D31972b23
Octal6320113374035612275343
Binary11001110000001101101111110001110111000110010111101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33815B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,129,91); }

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

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

 a { background-color: rgb(51,129,91); }

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

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

 span { border-color: rgb(51,129,91); }

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