#307559

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

Shades of Amazon #307559

Tints of Amazon #307559

Color information

#307559 (or 0x307559) is unknown color: approx Amazon. HEX triplet: 30, 75 and 59. RGB value is (48,117,89). Sum of RGB (Red+Green+Blue) = 48+117+89=254 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.90% from 254); Green value is 117 (46.09% from 255 or 46.06% from 254); Blue value is 89 (35.16% from 255 or 35.04% from 254); Max value from RGB is 117 - color contains mainly: green. Hex color #307559 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307559 is #CF8AA6. Grayscale: #5D5D5D. Windows color (decimal): -13601447 or 5862704. OLE color: 5862704.

HSL color Cylindrical-coordinate representation of color #307559: hue angle of 155.65º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #307559 is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB4811789-
CMYK0.5900.240.54
HSL155.65º41.82%32.35%-
HSV(B)155.65º58.97%45.88%-
XYZ9.3814.0711.67-
YUV93.18125.6495.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.90%
GREEN value IS 117 (46.09% from 255) = 46.06%
BLUE value IS 89 (35.16% from 255) = 35.04%
R=18.90%
G=46.06%
B=35.04%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48117890.5900.240.54155.6541.8232.35
Hex3075593B018369c2a20
Octal6016513173030662345240
Binary1100001110101101100111101101100011011010011100101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307559; }

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

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

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

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

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

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

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

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