#727540

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

Shades of Hemlock #727540

Tints of Hemlock #727540

Color information

#727540 (or 0x727540) is unknown color: approx Hemlock. HEX triplet: 72, 75 and 40. RGB value is (114,117,64). Sum of RGB (Red+Green+Blue) = 114+117+64=295 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.64% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 117 - color contains mainly: green. Hex color #727540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727540 is #8D8ABF. Grayscale: #6E6E6E. Windows color (decimal): -9276096 or 4224370. OLE color: 4224370.

HSL color Cylindrical-coordinate representation of color #727540: hue angle of 63.4º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #727540 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB11411764-
CMYK0.0300.450.54
HSL63.4º29.28%35.49%-
HSV(B)63.4º45.3%45.88%-
XYZ14.2316.677.32-
YUV110.06102.01130.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.64%
GREEN value IS 117 (46.09% from 255) = 39.66%
BLUE value IS 64 (25.39% from 255) = 21.69%
R=38.64%
G=39.66%
B=21.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal114117640.0300.450.5463.429.2835.49
Hex727540302D363f1d23
Octal162165100305566773543
Binary11100101110101100000011010110111011011111111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727540; }

 p { color: rgb(114,117,64); }

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

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

 a { background-color: rgb(114,117,64); }

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

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

 span { border-color: rgb(114,117,64); }

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