#307A50

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

Shades of Amazon #307A50

Tints of Amazon #307A50

Color information

#307A50 (or 0x307A50) is unknown color: approx Amazon. HEX triplet: 30, 7A and 50. RGB value is (48,122,80). Sum of RGB (Red+Green+Blue) = 48+122+80=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 122 (48.05% from 255 or 48.8% from 250); Blue value is 80 (31.64% from 255 or 32% from 250); Max value from RGB is 122 - color contains mainly: green. Hex color #307A50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307A50 is #CF85AF. Grayscale: #5F5F5F. Windows color (decimal): -13600176 or 5274160. OLE color: 5274160.

HSL color Cylindrical-coordinate representation of color #307A50: hue angle of 145.95º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #307A50 is Cyan = 0.61, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.52.

Color convert

RGB4812280-
CMYK0.6100.340.52
HSL145.95º43.53%33.33%-
HSV(B)145.95º60.66%47.84%-
XYZ9.6315.1310-
YUV95.09119.4894.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.2%
GREEN value IS 122 (48.05% from 255) = 48.8%
BLUE value IS 80 (31.64% from 255) = 32%
R=19.2%
G=48.8%
B=32%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal48122800.6100.340.52145.9543.5333.33
Hex307A503D02234922c21
Octal6017212075042642225441
Binary11000011110101010000111101010001011010010010010101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307A50; }

 p { color: rgb(48,122,80); }

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

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

 a { background-color: rgb(48,122,80); }

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

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

 span { border-color: rgb(48,122,80); }

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