#307644

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

Shades of Amazon #307644

Tints of Amazon #307644

Color information

#307644 (or 0x307644) is unknown color: approx Amazon. HEX triplet: 30, 76 and 44. RGB value is (48,118,68). Sum of RGB (Red+Green+Blue) = 48+118+68=234 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.51% from 234); Green value is 118 (46.48% from 255 or 50.43% from 234); Blue value is 68 (26.95% from 255 or 29.06% from 234); Max value from RGB is 118 - color contains mainly: green. Hex color #307644 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307644 is #CF89BB. Grayscale: #5B5B5B. Windows color (decimal): -13601212 or 4486704. OLE color: 4486704.

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

Color convert

RGB4811868-
CMYK0.5900.420.54
HSL137.14º42.17%32.55%-
HSV(B)137.14º59.32%46.27%-
XYZ8.74147.71-
YUV91.37114.8197.07-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.51%
GREEN value IS 118 (46.48% from 255) = 50.43%
BLUE value IS 68 (26.95% from 255) = 29.06%
R=20.51%
G=50.43%
B=29.06%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48118680.5900.420.54137.1442.1732.55
Hex3076443B02A36892a21
Octal6016610473052662115241
Binary11000011101101000100111011010101011011010001001101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307644; }

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

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

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

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

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

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

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

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