#307456

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

Shades of Amazon #307456

Tints of Amazon #307456

Color information

#307456 (or 0x307456) is unknown color: approx Amazon. HEX triplet: 30, 74 and 56. RGB value is (48,116,86). Sum of RGB (Red+Green+Blue) = 48+116+86=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 116 (45.70% from 255 or 46.4% from 250); Blue value is 86 (33.98% from 255 or 34.4% from 250); Max value from RGB is 116 - color contains mainly: green. Hex color #307456 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307456 is #CF8BA9. Grayscale: #5C5C5C. Windows color (decimal): -13601706 or 5665840. OLE color: 5665840.

HSL color Cylindrical-coordinate representation of color #307456: hue angle of 153.53º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #307456 is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB4811686-
CMYK0.5900.260.55
HSL153.53º41.46%32.16%-
HSV(B)153.53º58.62%45.49%-
XYZ9.1413.7910.98-
YUV92.25124.4796.44-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.2%
GREEN value IS 116 (45.70% from 255) = 46.4%
BLUE value IS 86 (33.98% from 255) = 34.4%
R=19.2%
G=46.4%
B=34.4%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48116860.5900.260.55153.5341.4632.16
Hex3074563B01A379a2920
Octal6016412673032672325140
Binary1100001110100101011011101101101011011110011010101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307456; }

 p { color: rgb(48,116,86); }

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

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

 a { background-color: rgb(48,116,86); }

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

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

 span { border-color: rgb(48,116,86); }

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