#747346

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

Shades of Hemlock #747346

Tints of Hemlock #747346

Color information

#747346 (or 0x747346) is unknown color: approx Hemlock. HEX triplet: 74, 73 and 46. RGB value is (116,115,70). Sum of RGB (Red+Green+Blue) = 116+115+70=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 70 (27.73% from 255 or 23.26% from 301); Max value from RGB is 116 - color contains mainly: red. Hex color #747346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747346 is #8B8CB9. Grayscale: #6E6E6E. Windows color (decimal): -9145530 or 4617076. OLE color: 4617076.

HSL color Cylindrical-coordinate representation of color #747346: hue angle of 58.7º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #747346 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB11611570-
CMYK00.010.400.55
HSL58.7º24.73%36.47%-
HSV(B)58.7º39.66%45.49%-
XYZ14.4416.428.2-
YUV110.17105.33132.16-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.54%
GREEN value IS 115 (45.31% from 255) = 38.21%
BLUE value IS 70 (27.73% from 255) = 23.26%
R=38.54%
G=38.21%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161157000.010.400.5558.724.7336.47
Hex7473460128373b1924
Octal164163106015067733144
Binary1110100111001110001100110100011011111101111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747346; }

 p { color: rgb(116,115,70); }

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

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

 a { background-color: rgb(116,115,70); }

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

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

 span { border-color: rgb(116,115,70); }

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