#307651

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

Shades of Amazon #307651

Tints of Amazon #307651

Color information

#307651 (or 0x307651) is unknown color: approx Amazon. HEX triplet: 30, 76 and 51. RGB value is (48,118,81). Sum of RGB (Red+Green+Blue) = 48+118+81=247 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.43% from 247); Green value is 118 (46.48% from 255 or 47.77% from 247); Blue value is 81 (32.03% from 255 or 32.79% from 247); Max value from RGB is 118 - color contains mainly: green. Hex color #307651 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307651 is #CF89AE. Grayscale: #5C5C5C. Windows color (decimal): -13601199 or 5338672. OLE color: 5338672.

HSL color Cylindrical-coordinate representation of color #307651: hue angle of 148.29º 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 #307651 is Cyan = 0.59, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB4811881-
CMYK0.5900.310.54
HSL148.29º42.17%32.55%-
HSV(B)148.29º59.32%46.27%-
XYZ9.1814.1810.04-
YUV92.85121.3196.01-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.43%
GREEN value IS 118 (46.48% from 255) = 47.77%
BLUE value IS 81 (32.03% from 255) = 32.79%
R=19.43%
G=47.77%
B=32.79%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48118810.5900.310.54148.2942.1732.55
Hex3076513B01F36942a21
Octal6016612173037662245241
Binary1100001110110101000111101101111111011010010100101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307651; }

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

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

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

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

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

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

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

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