#307851

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

Shades of Amazon #307851

Tints of Amazon #307851

Color information

#307851 (or 0x307851) is unknown color: approx Amazon. HEX triplet: 30, 78 and 51. RGB value is (48,120,81). Sum of RGB (Red+Green+Blue) = 48+120+81=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 120 (47.27% from 255 or 48.19% from 249); Blue value is 81 (32.03% from 255 or 32.53% from 249); Max value from RGB is 120 - color contains mainly: green. Hex color #307851 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307851 is #CF87AE. Grayscale: #5E5E5E. Windows color (decimal): -13600687 or 5339184. OLE color: 5339184.

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

Color convert

RGB4812081-
CMYK0.6000.320.53
HSL147.5º42.86%32.94%-
HSV(B)147.5º60%47.06%-
XYZ9.4214.6610.12-
YUV94.03120.6595.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.28%
GREEN value IS 120 (47.27% from 255) = 48.19%
BLUE value IS 81 (32.03% from 255) = 32.53%
R=19.28%
G=48.19%
B=32.53%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48120810.6000.320.53147.542.8632.94
Hex3078513C02035942b21
Octal6017012174040652245341
Binary11000011110001010001111100010000011010110010100101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307851; }

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

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

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

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

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

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

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

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