#747448

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

Shades of Hemlock #747448

Tints of Hemlock #747448

Color information

#747448 (or 0x747448) is unknown color: approx Hemlock. HEX triplet: 74, 74 and 48. RGB value is (116,116,72). Sum of RGB (Red+Green+Blue) = 116+116+72=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 116 (45.70% from 255 or 38.16% from 304); Blue value is 72 (28.52% from 255 or 23.68% from 304); Max value from RGB is 116 - color contains mainly: red, green. Hex color #747448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747448 is #8B8BB7. Grayscale: #6F6F6F. Windows color (decimal): -9145272 or 4748404. OLE color: 4748404.

HSL color Cylindrical-coordinate representation of color #747448: hue angle of 60º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #747448 is Cyan = 0, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB11611672-
CMYK000.380.55
HSL60º23.4%36.86%-
HSV(B)60º37.93%45.49%-
XYZ14.6216.678.58-
YUV110.98106131.58-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.16%
GREEN value IS 116 (45.70% from 255) = 38.16%
BLUE value IS 72 (28.52% from 255) = 23.68%
R=38.16%
G=38.16%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11611672000.380.556023.436.86
Hex7474480026373c1725
Octal164164110004667742745
Binary1110100111010010010000010011011011111110010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747448; }

 p { color: rgb(116,116,72); }

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

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

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

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

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

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

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