#747246

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

Shades of Hemlock #747246

Tints of Hemlock #747246

Color information

#747246 (or 0x747246) is unknown color: approx Hemlock. HEX triplet: 74, 72 and 46. RGB value is (116,114,70). Sum of RGB (Red+Green+Blue) = 116+114+70=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 114 (44.92% from 255 or 38% from 300); Blue value is 70 (27.73% from 255 or 23.33% from 300); Max value from RGB is 116 - color contains mainly: red. Hex color #747246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747246 is #8B8DB9. Grayscale: #6D6D6D. Windows color (decimal): -9145786 or 4616820. OLE color: 4616820.

HSL color Cylindrical-coordinate representation of color #747246: hue angle of 57.39º 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 #747246 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB11611470-
CMYK00.020.400.55
HSL57.39º24.73%36.47%-
HSV(B)57.39º39.66%45.49%-
XYZ14.3316.198.16-
YUV109.58105.66132.58-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.67%
GREEN value IS 114 (44.92% from 255) = 38%
BLUE value IS 70 (27.73% from 255) = 23.33%
R=38.67%
G=38%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161147000.020.400.5557.3924.7336.47
Hex747246022837391924
Octal164162106025067713144
Binary11101001110010100011001010100011011111100111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747246; }

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

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

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

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

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

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

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

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