#307956

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

Shades of Amazon #307956

Tints of Amazon #307956

Color information

#307956 (or 0x307956) is unknown color: approx Amazon. HEX triplet: 30, 79 and 56. RGB value is (48,121,86). Sum of RGB (Red+Green+Blue) = 48+121+86=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 121 (47.66% from 255 or 47.45% from 255); Blue value is 86 (33.98% from 255 or 33.73% from 255); Max value from RGB is 121 - color contains mainly: green. Hex color #307956 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307956 is #CF86A9. Grayscale: #5F5F5F. Windows color (decimal): -13600426 or 5667120. OLE color: 5667120.

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

Color convert

RGB4812186-
CMYK0.6000.290.53
HSL151.23º43.2%33.14%-
HSV(B)151.23º60.33%47.45%-
XYZ9.7414.9811.18-
YUV95.18122.8294.35-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.82%
GREEN value IS 121 (47.66% from 255) = 47.45%
BLUE value IS 86 (33.98% from 255) = 33.73%
R=18.82%
G=47.45%
B=33.73%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48121860.6000.290.53151.2343.233.14
Hex3079563C01D35972b21
Octal6017112674035652275341
Binary1100001111001101011011110001110111010110010111101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307956; }

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

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

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

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

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

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

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

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