#307748

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

Shades of Amazon #307748

Tints of Amazon #307748

Color information

#307748 (or 0x307748) is unknown color: approx Amazon. HEX triplet: 30, 77 and 48. RGB value is (48,119,72). Sum of RGB (Red+Green+Blue) = 48+119+72=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 119 (46.88% from 255 or 49.79% from 239); Blue value is 72 (28.52% from 255 or 30.13% from 239); Max value from RGB is 119 - color contains mainly: green. Hex color #307748 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307748 is #CF88B7. Grayscale: #5C5C5C. Windows color (decimal): -13600952 or 4749104. OLE color: 4749104.

HSL color Cylindrical-coordinate representation of color #307748: hue angle of 140.28º 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 #307748 is Cyan = 0.60, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB4811972-
CMYK0.6000.390.53
HSL140.28º42.51%32.75%-
HSV(B)140.28º59.66%46.67%-
XYZ8.9914.298.42-
YUV92.41116.4896.32-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.08%
GREEN value IS 119 (46.88% from 255) = 49.79%
BLUE value IS 72 (28.52% from 255) = 30.13%
R=20.08%
G=49.79%
B=30.13%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48119720.6000.390.53140.2842.5132.75
Hex3077483C027358c2b21
Octal6016711074047652145341
Binary11000011101111001000111100010011111010110001100101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307748; }

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

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

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

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

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

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

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

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