#307657

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

Shades of Amazon #307657

Tints of Amazon #307657

Color information

#307657 (or 0x307657) is unknown color: approx Amazon. HEX triplet: 30, 76 and 57. RGB value is (48,118,87). Sum of RGB (Red+Green+Blue) = 48+118+87=253 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.97% from 253); Green value is 118 (46.48% from 255 or 46.64% from 253); Blue value is 87 (34.38% from 255 or 34.39% from 253); Max value from RGB is 118 - color contains mainly: green. Hex color #307657 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307657 is #CF89A8. Grayscale: #5D5D5D. Windows color (decimal): -13601193 or 5731888. OLE color: 5731888.

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

Color convert

RGB4811887-
CMYK0.5900.260.54
HSL153.43º42.17%32.55%-
HSV(B)153.43º59.32%46.27%-
XYZ9.4214.2711.28-
YUV93.54124.3195.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.97%
GREEN value IS 118 (46.48% from 255) = 46.64%
BLUE value IS 87 (34.38% from 255) = 34.39%
R=18.97%
G=46.64%
B=34.39%

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
Decimal48118870.5900.260.54153.4342.1732.55
Hex3076573B01A36992a21
Octal6016612773032662315241
Binary1100001110110101011111101101101011011010011001101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307657; }

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

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

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

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

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

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

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

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