#307650

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

Shades of Amazon #307650

Tints of Amazon #307650

Color information

#307650 (or 0x307650) is unknown color: approx Amazon. HEX triplet: 30, 76 and 50. RGB value is (48,118,80). Sum of RGB (Red+Green+Blue) = 48+118+80=246 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.51% from 246); Green value is 118 (46.48% from 255 or 47.97% from 246); Blue value is 80 (31.64% from 255 or 32.52% from 246); Max value from RGB is 118 - color contains mainly: green. Hex color #307650 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307650 is #CF89AF. Grayscale: #5C5C5C. Windows color (decimal): -13601200 or 5273136. OLE color: 5273136.

HSL color Cylindrical-coordinate representation of color #307650: hue angle of 147.43º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #307650 is Cyan = 0.59, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB4811880-
CMYK0.5900.320.54
HSL147.43º42.17%32.55%-
HSV(B)147.43º59.32%46.27%-
XYZ9.1514.169.84-
YUV92.74120.8196.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.51%
GREEN value IS 118 (46.48% from 255) = 47.97%
BLUE value IS 80 (31.64% from 255) = 32.52%
R=19.51%
G=47.97%
B=32.52%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48118800.5900.320.54147.4342.1732.55
Hex3076503B02036932a21
Octal6016612073040662235241
Binary11000011101101010000111011010000011011010010011101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307650; }

 p { color: rgb(48,118,80); }

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

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

 a { background-color: rgb(48,118,80); }

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

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

 span { border-color: rgb(48,118,80); }

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