#318743

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

Shades of Amazon #318743

Tints of Amazon #318743

Color information

#318743 (or 0x318743) is unknown color: approx Amazon. HEX triplet: 31, 87 and 43. RGB value is (49,135,67). Sum of RGB (Red+Green+Blue) = 49+135+67=251 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.52% from 251); Green value is 135 (53.12% from 255 or 53.78% from 251); Blue value is 67 (26.56% from 255 or 26.69% from 251); Max value from RGB is 135 - color contains mainly: green. Hex color #318743 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318743 is #CE78BC. Grayscale: #656565. Windows color (decimal): -13531325 or 4425521. OLE color: 4425521.

HSL color Cylindrical-coordinate representation of color #318743: hue angle of 132.56º 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 #318743 is Cyan = 0.64, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.47.

Color convert

RGB4913567-
CMYK0.6400.500.47
HSL132.56º46.74%36.08%-
HSV(B)132.56º63.7%52.94%-
XYZ10.9418.398.28-
YUV101.53108.5190.53-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.52%
GREEN value IS 135 (53.12% from 255) = 53.78%
BLUE value IS 67 (26.56% from 255) = 26.69%
R=19.52%
G=53.78%
B=26.69%

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
Decimal49135670.6400.500.47132.5646.7436.08
Hex318743400322F852f24
Octal61207103100062572055744
Binary1100011000011110000111000000011001010111110000101101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318743; }

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

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

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

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

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

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

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

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