#307056

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

Shades of Amazon #307056

Tints of Amazon #307056

Color information

#307056 (or 0x307056) is unknown color: approx Amazon. HEX triplet: 30, 70 and 56. RGB value is (48,112,86). Sum of RGB (Red+Green+Blue) = 48+112+86=246 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.51% from 246); Green value is 112 (44.14% from 255 or 45.53% from 246); Blue value is 86 (33.98% from 255 or 34.96% from 246); Max value from RGB is 112 - color contains mainly: green. Hex color #307056 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307056 is #CF8FA9. Grayscale: #595959. Windows color (decimal): -13602730 or 5664816. OLE color: 5664816.

HSL color Cylindrical-coordinate representation of color #307056: hue angle of 155.62º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #307056 is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB4811286-
CMYK0.5700.230.56
HSL155.62º40%31.37%-
HSV(B)155.62º57.14%43.92%-
XYZ8.6912.8910.83-
YUV89.9125.898.11-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.51%
GREEN value IS 112 (44.14% from 255) = 45.53%
BLUE value IS 86 (33.98% from 255) = 34.96%
R=19.51%
G=45.53%
B=34.96%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48112860.5700.230.56155.624031.37
Hex30705639017389c281f
Octal6016012671027702345037
Binary110000111000010101101110010101111110001001110010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307056; }

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

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

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

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

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

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

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

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