#307C4C

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

Shades of Amazon #307C4C

Tints of Amazon #307C4C

Color information

#307C4C (or 0x307C4C) is unknown color: approx Amazon. HEX triplet: 30, 7C and 4C. RGB value is (48,124,76). Sum of RGB (Red+Green+Blue) = 48+124+76=248 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.35% from 248); Green value is 124 (48.83% from 255 or 50% from 248); Blue value is 76 (30.08% from 255 or 30.65% from 248); Max value from RGB is 124 - color contains mainly: green. Hex color #307C4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307C4C is #CF83B3. Grayscale: #5F5F5F. Windows color (decimal): -13599668 or 5012528. OLE color: 5012528.

HSL color Cylindrical-coordinate representation of color #307C4C: hue angle of 142.11º 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 #307C4C is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.51.

Color convert

RGB4812476-
CMYK0.6100.390.51
HSL142.11º44.19%33.73%-
HSV(B)142.11º61.29%48.63%-
XYZ9.7315.579.33-
YUV95.8116.8293.9-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.35%
GREEN value IS 124 (48.83% from 255) = 50%
BLUE value IS 76 (30.08% from 255) = 30.65%
R=19.35%
G=50%
B=30.65%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal48124760.6100.390.51142.1144.1933.73
Hex307C4C3D027338e2c22
Octal6017411475047632165442
Binary11000011111001001100111101010011111001110001110101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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