#307157

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

Shades of Amazon #307157

Tints of Amazon #307157

Color information

#307157 (or 0x307157) is unknown color: approx Amazon. HEX triplet: 30, 71 and 57. RGB value is (48,113,87). Sum of RGB (Red+Green+Blue) = 48+113+87=248 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.35% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 87 (34.38% from 255 or 35.08% from 248); Max value from RGB is 113 - color contains mainly: green. Hex color #307157 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307157 is #CF8EA8. Grayscale: #5A5A5A. Windows color (decimal): -13602473 or 5730608. OLE color: 5730608.

HSL color Cylindrical-coordinate representation of color #307157: hue angle of 156º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #307157 is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB4811387-
CMYK0.5800.230.56
HSL156º40.37%31.57%-
HSV(B)156º57.52%44.31%-
XYZ8.8413.1311.08-
YUV90.6125.9797.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.35%
GREEN value IS 113 (44.53% from 255) = 45.56%
BLUE value IS 87 (34.38% from 255) = 35.08%
R=19.35%
G=45.56%
B=35.08%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48113870.5800.230.5615640.3731.57
Hex3071573A017389c2820
Octal6016112772027702345040
Binary1100001110001101011111101001011111100010011100101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307157; }

 p { color: rgb(48,113,87); }

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

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

 a { background-color: rgb(48,113,87); }

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

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

 span { border-color: rgb(48,113,87); }

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