#307548

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

Shades of Amazon #307548

Tints of Amazon #307548

Color information

#307548 (or 0x307548) is unknown color: approx Amazon. HEX triplet: 30, 75 and 48. RGB value is (48,117,72). Sum of RGB (Red+Green+Blue) = 48+117+72=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 117 (46.09% from 255 or 49.37% from 237); Blue value is 72 (28.52% from 255 or 30.38% from 237); Max value from RGB is 117 - color contains mainly: green. Hex color #307548 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307548 is #CF8AB7. Grayscale: #5B5B5B. Windows color (decimal): -13601464 or 4748592. OLE color: 4748592.

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

Color convert

RGB4811772-
CMYK0.5900.380.54
HSL140.87º41.82%32.35%-
HSV(B)140.87º58.97%45.88%-
XYZ8.7513.828.34-
YUV91.24117.1497.16-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.25%
GREEN value IS 117 (46.09% from 255) = 49.37%
BLUE value IS 72 (28.52% from 255) = 30.38%
R=20.25%
G=49.37%
B=30.38%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48117720.5900.380.54140.8741.8232.35
Hex3075483B026368d2a20
Octal6016511073046662155240
Binary11000011101011001000111011010011011011010001101101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307548; }

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

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

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

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

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

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

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

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