#747546

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

Shades of Hemlock #747546

Tints of Hemlock #747546

Color information

#747546 (or 0x747546) is unknown color: approx Hemlock. HEX triplet: 74, 75 and 46. RGB value is (116,117,70). Sum of RGB (Red+Green+Blue) = 116+117+70=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 70 (27.73% from 255 or 23.10% from 303); Max value from RGB is 117 - color contains mainly: green. Hex color #747546 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747546 is #8B8AB9. Grayscale: #6F6F6F. Windows color (decimal): -9145018 or 4617588. OLE color: 4617588.

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

Color convert

RGB11611770-
CMYK0.0100.400.54
HSL61.28º25.13%36.67%-
HSV(B)61.28º40.17%45.88%-
XYZ14.6716.888.28-
YUV111.34104.67131.32-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.28%
GREEN value IS 117 (46.09% from 255) = 38.61%
BLUE value IS 70 (27.73% from 255) = 23.10%
R=38.28%
G=38.61%
B=23.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116117700.0100.400.5461.2825.1336.67
Hex7475461028363d1925
Octal164165106105066753145
Binary1110100111010110001101010100011011011110111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747546; }

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

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

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

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

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

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

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

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