#747342

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

Shades of Hemlock #747342

Tints of Hemlock #747342

Color information

#747342 (or 0x747342) is unknown color: approx Hemlock. HEX triplet: 74, 73 and 42. RGB value is (116,115,66). Sum of RGB (Red+Green+Blue) = 116+115+66=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 115 (45.31% from 255 or 38.72% from 297); Blue value is 66 (26.17% from 255 or 22.22% from 297); Max value from RGB is 116 - color contains mainly: red. Hex color #747342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747342 is #8B8CBD. Grayscale: #6D6D6D. Windows color (decimal): -9145534 or 4354932. OLE color: 4354932.

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

Color convert

RGB11611566-
CMYK00.010.430.55
HSL58.8º27.47%35.69%-
HSV(B)58.8º43.1%45.49%-
XYZ14.3216.377.56-
YUV109.71103.33132.48-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.06%
GREEN value IS 115 (45.31% from 255) = 38.72%
BLUE value IS 66 (26.17% from 255) = 22.22%
R=39.06%
G=38.72%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161156600.010.430.5558.827.4735.69
Hex747342012B373b1b24
Octal164163102015367733344
Binary1110100111001110000100110101111011111101111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747342; }

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

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

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

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

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

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

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

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