#307957

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

Shades of Amazon #307957

Tints of Amazon #307957

Color information

#307957 (or 0x307957) is unknown color: approx Amazon. HEX triplet: 30, 79 and 57. RGB value is (48,121,87). Sum of RGB (Red+Green+Blue) = 48+121+87=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 121 (47.66% from 255 or 47.27% from 256); Blue value is 87 (34.38% from 255 or 33.98% from 256); Max value from RGB is 121 - color contains mainly: green. Hex color #307957 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307957 is #CF86A8. Grayscale: #5F5F5F. Windows color (decimal): -13600425 or 5732656. OLE color: 5732656.

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

Color convert

RGB4812187-
CMYK0.6000.280.53
HSL152.05º43.2%33.14%-
HSV(B)152.05º60.33%47.45%-
XYZ9.7814.9911.4-
YUV95.3123.3294.26-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.75%
GREEN value IS 121 (47.66% from 255) = 47.27%
BLUE value IS 87 (34.38% from 255) = 33.98%
R=18.75%
G=47.27%
B=33.98%

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
Decimal48121870.6000.280.53152.0543.233.14
Hex3079573C01C35982b21
Octal6017112774034652305341
Binary1100001111001101011111110001110011010110011000101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307957; }

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

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

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

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

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

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

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

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