#318246

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

Shades of Amazon #318246

Tints of Amazon #318246

Color information

#318246 (or 0x318246) is unknown color: approx Amazon. HEX triplet: 31, 82 and 46. RGB value is (49,130,70). Sum of RGB (Red+Green+Blue) = 49+130+70=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 130 (51.17% from 255 or 52.21% from 249); Blue value is 70 (27.73% from 255 or 28.11% from 249); Max value from RGB is 130 - color contains mainly: green. Hex color #318246 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318246 is #CE7DB9. Grayscale: #636363. Windows color (decimal): -13532602 or 4620849. OLE color: 4620849.

HSL color Cylindrical-coordinate representation of color #318246: hue angle of 135.56º 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 #318246 is Cyan = 0.62, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB4913070-
CMYK0.6200.460.49
HSL135.56º45.25%35.1%-
HSV(B)135.56º62.31%50.98%-
XYZ10.3517.068.54-
YUV98.94111.6692.38-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.68%
GREEN value IS 130 (51.17% from 255) = 52.21%
BLUE value IS 70 (27.73% from 255) = 28.11%
R=19.68%
G=52.21%
B=28.11%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49130700.6200.460.49135.5645.2535.1
Hex3182463E02E31882d23
Octal6120210676056612105543
Binary110001100000101000110111110010111011000110001000101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318246; }

 p { color: rgb(49,130,70); }

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

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

 a { background-color: rgb(49,130,70); }

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

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

 span { border-color: rgb(49,130,70); }

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