#307C4A

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

Shades of Amazon #307C4A

Tints of Amazon #307C4A

Color information

#307C4A (or 0x307C4A) is unknown color: approx Amazon. HEX triplet: 30, 7C and 4A. RGB value is (48,124,74). Sum of RGB (Red+Green+Blue) = 48+124+74=246 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.51% from 246); Green value is 124 (48.83% from 255 or 50.41% from 246); Blue value is 74 (29.30% from 255 or 30.08% from 246); Max value from RGB is 124 - color contains mainly: green. Hex color #307C4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307C4A is #CF83B5. Grayscale: #5F5F5F. Windows color (decimal): -13599670 or 4881456. OLE color: 4881456.

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

Color convert

RGB4812474-
CMYK0.6100.400.51
HSL140.53º44.19%33.73%-
HSV(B)140.53º61.29%48.63%-
XYZ9.6615.548.97-
YUV95.58115.8294.07-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.51%
GREEN value IS 124 (48.83% from 255) = 50.41%
BLUE value IS 74 (29.30% from 255) = 30.08%
R=19.51%
G=50.41%
B=30.08%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal48124740.6100.400.51140.5344.1933.73
Hex307C4A3D028338d2c22
Octal6017411275050632155442
Binary11000011111001001010111101010100011001110001101101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,124,74); }

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

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

 a { background-color: rgb(48,124,74); }

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

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

 span { border-color: rgb(48,124,74); }

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