#307447

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

Shades of Amazon #307447

Tints of Amazon #307447

Color information

#307447 (or 0x307447) is unknown color: approx Amazon. HEX triplet: 30, 74 and 47. RGB value is (48,116,71). Sum of RGB (Red+Green+Blue) = 48+116+71=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 116 (45.70% from 255 or 49.36% from 235); Blue value is 71 (28.12% from 255 or 30.21% from 235); Max value from RGB is 116 - color contains mainly: green. Hex color #307447 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307447 is #CF8BB8. Grayscale: #5A5A5A. Windows color (decimal): -13601721 or 4682800. OLE color: 4682800.

HSL color Cylindrical-coordinate representation of color #307447: hue angle of 140.29º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #307447 is Cyan = 0.59, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB4811671-
CMYK0.5900.390.55
HSL140.29º41.46%32.16%-
HSV(B)140.29º58.62%45.49%-
XYZ8.613.578.13-
YUV90.54116.9797.66-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.43%
GREEN value IS 116 (45.70% from 255) = 49.36%
BLUE value IS 71 (28.12% from 255) = 30.21%
R=20.43%
G=49.36%
B=30.21%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48116710.5900.390.55140.2941.4632.16
Hex3074473B027378c2920
Octal6016410773047672145140
Binary11000011101001000111111011010011111011110001100101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307447; }

 p { color: rgb(48,116,71); }

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

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

 a { background-color: rgb(48,116,71); }

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

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

 span { border-color: rgb(48,116,71); }

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