#307844

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

Shades of Amazon #307844

Tints of Amazon #307844

Color information

#307844 (or 0x307844) is unknown color: approx Amazon. HEX triplet: 30, 78 and 44. RGB value is (48,120,68). Sum of RGB (Red+Green+Blue) = 48+120+68=236 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.34% from 236); Green value is 120 (47.27% from 255 or 50.85% from 236); Blue value is 68 (26.95% from 255 or 28.81% from 236); Max value from RGB is 120 - color contains mainly: green. Hex color #307844 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307844 is #CF87BB. Grayscale: #5C5C5C. Windows color (decimal): -13600700 or 4487216. OLE color: 4487216.

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

Color convert

RGB4812068-
CMYK0.6000.430.53
HSL136.67º42.86%32.94%-
HSV(B)136.67º60%47.06%-
XYZ8.9814.487.79-
YUV92.54114.1596.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.34%
GREEN value IS 120 (47.27% from 255) = 50.85%
BLUE value IS 68 (26.95% from 255) = 28.81%
R=20.34%
G=50.85%
B=28.81%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48120680.6000.430.53136.6742.8632.94
Hex3078443C02B35892b21
Octal6017010474053652115341
Binary11000011110001000100111100010101111010110001001101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307844; }

 p { color: rgb(48,120,68); }

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

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

 a { background-color: rgb(48,120,68); }

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

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

 span { border-color: rgb(48,120,68); }

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