#307955

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

Shades of Amazon #307955

Tints of Amazon #307955

Color information

#307955 (or 0x307955) is unknown color: approx Amazon. HEX triplet: 30, 79 and 55. RGB value is (48,121,85). Sum of RGB (Red+Green+Blue) = 48+121+85=254 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.90% from 254); Green value is 121 (47.66% from 255 or 47.64% from 254); Blue value is 85 (33.59% from 255 or 33.46% from 254); Max value from RGB is 121 - color contains mainly: green. Hex color #307955 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307955 is #CF86AA. Grayscale: #5F5F5F. Windows color (decimal): -13600427 or 5601584. OLE color: 5601584.

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

Color convert

RGB4812185-
CMYK0.6000.300.53
HSL150.41º43.2%33.14%-
HSV(B)150.41º60.33%47.45%-
XYZ9.714.9610.97-
YUV95.07122.3294.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.90%
GREEN value IS 121 (47.66% from 255) = 47.64%
BLUE value IS 85 (33.59% from 255) = 33.46%
R=18.90%
G=47.64%
B=33.46%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48121850.6000.300.53150.4143.233.14
Hex3079553C01E35962b21
Octal6017112574036652265341
Binary1100001111001101010111110001111011010110010110101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307955; }

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

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

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

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

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

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

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

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