#307546

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

Shades of Amazon #307546

Tints of Amazon #307546

Color information

#307546 (or 0x307546) is unknown color: approx Amazon. HEX triplet: 30, 75 and 46. RGB value is (48,117,70). Sum of RGB (Red+Green+Blue) = 48+117+70=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 117 (46.09% from 255 or 49.79% from 235); Blue value is 70 (27.73% from 255 or 29.79% from 235); Max value from RGB is 117 - color contains mainly: green. Hex color #307546 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307546 is #CF8AB9. Grayscale: #5B5B5B. Windows color (decimal): -13601466 or 4617520. OLE color: 4617520.

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

Color convert

RGB4811770-
CMYK0.5900.400.54
HSL139.13º41.82%32.35%-
HSV(B)139.13º58.97%45.88%-
XYZ8.6913.798-
YUV91.01116.1497.32-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.43%
GREEN value IS 117 (46.09% from 255) = 49.79%
BLUE value IS 70 (27.73% from 255) = 29.79%
R=20.43%
G=49.79%
B=29.79%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48117700.5900.400.54139.1341.8232.35
Hex3075463B028368b2a20
Octal6016510673050662135240
Binary11000011101011000110111011010100011011010001011101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307546; }

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

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

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

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

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

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

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

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