#307757

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

Shades of Amazon #307757

Tints of Amazon #307757

Color information

#307757 (or 0x307757) is unknown color: approx Amazon. HEX triplet: 30, 77 and 57. RGB value is (48,119,87). Sum of RGB (Red+Green+Blue) = 48+119+87=254 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.90% from 254); Green value is 119 (46.88% from 255 or 46.85% from 254); Blue value is 87 (34.38% from 255 or 34.25% from 254); Max value from RGB is 119 - color contains mainly: green. Hex color #307757 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307757 is #CF88A8. Grayscale: #5E5E5E. Windows color (decimal): -13600937 or 5732144. OLE color: 5732144.

HSL color Cylindrical-coordinate representation of color #307757: hue angle of 152.96º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #307757 is Cyan = 0.60, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB4811987-
CMYK0.6000.270.53
HSL152.96º42.51%32.75%-
HSV(B)152.96º59.66%46.67%-
XYZ9.5414.5111.31-
YUV94.12123.9895.1-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.90%
GREEN value IS 119 (46.88% from 255) = 46.85%
BLUE value IS 87 (34.38% from 255) = 34.25%
R=18.90%
G=46.85%
B=34.25%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48119870.6000.270.53152.9642.5132.75
Hex3077573C01B35992b21
Octal6016712774033652315341
Binary1100001110111101011111110001101111010110011001101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307757; }

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

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

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

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

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

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

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

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