#307557

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

Shades of Amazon #307557

Tints of Amazon #307557

Color information

#307557 (or 0x307557) is unknown color: approx Amazon. HEX triplet: 30, 75 and 57. RGB value is (48,117,87). Sum of RGB (Red+Green+Blue) = 48+117+87=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 117 (46.09% from 255 or 46.43% from 252); Blue value is 87 (34.38% from 255 or 34.52% from 252); Max value from RGB is 117 - color contains mainly: green. Hex color #307557 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307557 is #CF8AA8. Grayscale: #5D5D5D. Windows color (decimal): -13601449 or 5731632. OLE color: 5731632.

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

Color convert

RGB4811787-
CMYK0.5900.260.54
HSL153.91º41.82%32.35%-
HSV(B)153.91º58.97%45.88%-
XYZ9.314.0411.24-
YUV92.95124.6495.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.05%
GREEN value IS 117 (46.09% from 255) = 46.43%
BLUE value IS 87 (34.38% from 255) = 34.52%
R=19.05%
G=46.43%
B=34.52%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48117870.5900.260.54153.9141.8232.35
Hex3075573B01A369a2a20
Octal6016512773032662325240
Binary1100001110101101011111101101101011011010011010101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307557; }

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

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

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

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

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

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

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

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