#318548

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

Shades of Amazon #318548

Tints of Amazon #318548

Color information

#318548 (or 0x318548) is unknown color: approx Amazon. HEX triplet: 31, 85 and 48. RGB value is (49,133,72). Sum of RGB (Red+Green+Blue) = 49+133+72=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 133 (52.34% from 255 or 52.36% from 254); Blue value is 72 (28.52% from 255 or 28.35% from 254); Max value from RGB is 133 - color contains mainly: green. Hex color #318548 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318548 is #CE7AB7. Grayscale: #656565. Windows color (decimal): -13531832 or 4752689. OLE color: 4752689.

HSL color Cylindrical-coordinate representation of color #318548: hue angle of 136.43º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #318548 is Cyan = 0.63, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.48.

Color convert

RGB4913372-
CMYK0.6300.460.48
HSL136.43º46.15%35.69%-
HSV(B)136.43º63.16%52.16%-
XYZ10.8217.99.01-
YUV100.93111.6790.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.29%
GREEN value IS 133 (52.34% from 255) = 52.36%
BLUE value IS 72 (28.52% from 255) = 28.35%
R=19.29%
G=52.36%
B=28.35%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal49133720.6300.460.48136.4346.1535.69
Hex3185483F02E30882e24
Octal6120511077056602105644
Binary110001100001011001000111111010111011000010001000101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318548; }

 p { color: rgb(49,133,72); }

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

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

 a { background-color: rgb(49,133,72); }

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

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

 span { border-color: rgb(49,133,72); }

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