#307856

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

Shades of Amazon #307856

Tints of Amazon #307856

Color information

#307856 (or 0x307856) is unknown color: approx Amazon. HEX triplet: 30, 78 and 56. RGB value is (48,120,86). Sum of RGB (Red+Green+Blue) = 48+120+86=254 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.90% from 254); Green value is 120 (47.27% from 255 or 47.24% from 254); Blue value is 86 (33.98% from 255 or 33.86% from 254); Max value from RGB is 120 - color contains mainly: green. Hex color #307856 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307856 is #CF87A9. Grayscale: #5E5E5E. Windows color (decimal): -13600682 or 5666864. OLE color: 5666864.

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

Color convert

RGB4812086-
CMYK0.6000.280.53
HSL151.67º42.86%32.94%-
HSV(B)151.67º60%47.06%-
XYZ9.6214.7311.14-
YUV94.6123.1594.76-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.90%
GREEN value IS 120 (47.27% from 255) = 47.24%
BLUE value IS 86 (33.98% from 255) = 33.86%
R=18.90%
G=47.24%
B=33.86%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48120860.6000.280.53151.6742.8632.94
Hex3078563C01C35982b21
Octal6017012674034652305341
Binary1100001111000101011011110001110011010110011000101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307856; }

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

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

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

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

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

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

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

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