#318243

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

Shades of Amazon #318243

Tints of Amazon #318243

Color information

#318243 (or 0x318243) is unknown color: approx Amazon. HEX triplet: 31, 82 and 43. RGB value is (49,130,67). Sum of RGB (Red+Green+Blue) = 49+130+67=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 130 (51.17% from 255 or 52.85% from 246); Blue value is 67 (26.56% from 255 or 27.24% from 246); Max value from RGB is 130 - color contains mainly: green. Hex color #318243 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318243 is #CE7DBC. Grayscale: #626262. Windows color (decimal): -13532605 or 4424241. OLE color: 4424241.

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

Color convert

RGB4913067-
CMYK0.6200.480.49
HSL133.33º45.25%35.1%-
HSV(B)133.33º62.31%50.98%-
XYZ10.2617.028.06-
YUV98.6110.1692.62-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.92%
GREEN value IS 130 (51.17% from 255) = 52.85%
BLUE value IS 67 (26.56% from 255) = 27.24%
R=19.92%
G=52.85%
B=27.24%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49130670.6200.480.49133.3345.2535.1
Hex3182433E03031852d23
Octal6120210376060612055543
Binary110001100000101000011111110011000011000110000101101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318243; }

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

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

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

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

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

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

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

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