#307854

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

Shades of Amazon #307854

Tints of Amazon #307854

Color information

#307854 (or 0x307854) is unknown color: approx Amazon. HEX triplet: 30, 78 and 54. RGB value is (48,120,84). Sum of RGB (Red+Green+Blue) = 48+120+84=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 120 (47.27% from 255 or 47.62% from 252); Blue value is 84 (33.20% from 255 or 33.33% from 252); Max value from RGB is 120 - color contains mainly: green. Hex color #307854 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307854 is #CF87AB. Grayscale: #5E5E5E. Windows color (decimal): -13600684 or 5535792. OLE color: 5535792.

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

Color convert

RGB4812084-
CMYK0.6000.30.53
HSL150º42.86%32.94%-
HSV(B)150º60%47.06%-
XYZ9.5414.710.72-
YUV94.37122.1594.93-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.05%
GREEN value IS 120 (47.27% from 255) = 47.62%
BLUE value IS 84 (33.20% from 255) = 33.33%
R=19.05%
G=47.62%
B=33.33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48120840.6000.30.5315042.8632.94
Hex3078543C01E35962b21
Octal6017012474036652265341
Binary1100001111000101010011110001111011010110010110101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307854; }

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

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

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

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

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

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

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

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