#318446

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

Shades of Amazon #318446

Tints of Amazon #318446

Color information

#318446 (or 0x318446) is unknown color: approx Amazon. HEX triplet: 31, 84 and 46. RGB value is (49,132,70). Sum of RGB (Red+Green+Blue) = 49+132+70=251 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.52% from 251); Green value is 132 (51.95% from 255 or 52.59% from 251); Blue value is 70 (27.73% from 255 or 27.89% from 251); Max value from RGB is 132 - color contains mainly: green. Hex color #318446 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318446 is #CE7BB9. Grayscale: #646464. Windows color (decimal): -13532090 or 4621361. OLE color: 4621361.

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

Color convert

RGB4913270-
CMYK0.6300.470.48
HSL135.18º45.86%35.49%-
HSV(B)135.18º62.88%51.76%-
XYZ10.6217.68.63-
YUV100.1211191.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.52%
GREEN value IS 132 (51.95% from 255) = 52.59%
BLUE value IS 70 (27.73% from 255) = 27.89%
R=19.52%
G=52.59%
B=27.89%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal49132700.6300.470.48135.1845.8635.49
Hex3184463F02F30872e23
Octal6120410677057602075643
Binary110001100001001000110111111010111111000010000111101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318446; }

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

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

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

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

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

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

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

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