#318744

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

Shades of Amazon #318744

Tints of Amazon #318744

Color information

#318744 (or 0x318744) is unknown color: approx Amazon. HEX triplet: 31, 87 and 44. RGB value is (49,135,68). Sum of RGB (Red+Green+Blue) = 49+135+68=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 135 (53.12% from 255 or 53.57% from 252); Blue value is 68 (26.95% from 255 or 26.98% from 252); Max value from RGB is 135 - color contains mainly: green. Hex color #318744 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318744 is #CE78BB. Grayscale: #656565. Windows color (decimal): -13531324 or 4491057. OLE color: 4491057.

HSL color Cylindrical-coordinate representation of color #318744: hue angle of 133.26º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #318744 is Cyan = 0.64, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.47.

Color convert

RGB4913568-
CMYK0.6400.500.47
HSL133.26º46.74%36.08%-
HSV(B)133.26º63.7%52.94%-
XYZ10.9718.48.44-
YUV101.65109.0190.45-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.44%
GREEN value IS 135 (53.12% from 255) = 53.57%
BLUE value IS 68 (26.95% from 255) = 26.98%
R=19.44%
G=53.57%
B=26.98%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal49135680.6400.500.47133.2646.7436.08
Hex318744400322F852f24
Octal61207104100062572055744
Binary1100011000011110001001000000011001010111110000101101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318744; }

 p { color: rgb(49,135,68); }

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

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

 a { background-color: rgb(49,135,68); }

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

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

 span { border-color: rgb(49,135,68); }

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