#318152

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

Shades of Amazon #318152

Tints of Amazon #318152

Color information

#318152 (or 0x318152) is unknown color: approx Amazon. HEX triplet: 31, 81 and 52. RGB value is (49,129,82). Sum of RGB (Red+Green+Blue) = 49+129+82=260 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.85% from 260); Green value is 129 (50.78% from 255 or 49.62% from 260); Blue value is 82 (32.42% from 255 or 31.54% from 260); Max value from RGB is 129 - color contains mainly: green. Hex color #318152 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318152 is #CE7EAD. Grayscale: #636363. Windows color (decimal): -13532846 or 5407025. OLE color: 5407025.

HSL color Cylindrical-coordinate representation of color #318152: hue angle of 144.75º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #318152 is Cyan = 0.62, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB4912982-
CMYK0.6200.360.49
HSL144.75º44.94%34.9%-
HSV(B)144.75º62.02%50.59%-
XYZ10.6416.9610.7-
YUV99.7211891.82-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.85%
GREEN value IS 129 (50.78% from 255) = 49.62%
BLUE value IS 82 (32.42% from 255) = 31.54%
R=18.85%
G=49.62%
B=31.54%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49129820.6200.360.49144.7544.9434.9
Hex3181523E02431912d23
Octal6120112276044612215543
Binary110001100000011010010111110010010011000110010001101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318152; }

 p { color: rgb(49,129,82); }

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

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

 a { background-color: rgb(49,129,82); }

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

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

 span { border-color: rgb(49,129,82); }

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