#307459

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

Shades of Amazon #307459

Tints of Amazon #307459

Color information

#307459 (or 0x307459) is unknown color: approx Amazon. HEX triplet: 30, 74 and 59. RGB value is (48,116,89). Sum of RGB (Red+Green+Blue) = 48+116+89=253 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.97% from 253); Green value is 116 (45.70% from 255 or 45.85% from 253); Blue value is 89 (35.16% from 255 or 35.18% from 253); Max value from RGB is 116 - color contains mainly: green. Hex color #307459 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307459 is #CF8BA6. Grayscale: #5C5C5C. Windows color (decimal): -13601703 or 5862448. OLE color: 5862448.

HSL color Cylindrical-coordinate representation of color #307459: hue angle of 156.18º 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 #307459 is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB4811689-
CMYK0.5900.230.55
HSL156.18º41.46%32.16%-
HSV(B)156.18º58.62%45.49%-
XYZ9.2713.8411.63-
YUV92.59125.9796.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.97%
GREEN value IS 116 (45.70% from 255) = 45.85%
BLUE value IS 89 (35.16% from 255) = 35.18%
R=18.97%
G=45.85%
B=35.18%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48116890.5900.230.55156.1841.4632.16
Hex3074593B017379c2920
Octal6016413173027672345140
Binary1100001110100101100111101101011111011110011100101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307459; }

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

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

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

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

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

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

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

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