#727342

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

Shades of Hemlock #727342

Tints of Hemlock #727342

Color information

#727342 (or 0x727342) is unknown color: approx Hemlock. HEX triplet: 72, 73 and 42. RGB value is (114,115,66). Sum of RGB (Red+Green+Blue) = 114+115+66=295 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.64% from 295); Green value is 115 (45.31% from 255 or 38.98% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 115 - color contains mainly: green. Hex color #727342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727342 is #8D8CBD. Grayscale: #6D6D6D. Windows color (decimal): -9276606 or 4354930. OLE color: 4354930.

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

Color convert

RGB11411566-
CMYK0.0100.430.55
HSL61.22º27.07%35.49%-
HSV(B)61.22º42.61%45.1%-
XYZ14.0516.237.55-
YUV109.12103.67131.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.64%
GREEN value IS 115 (45.31% from 255) = 38.98%
BLUE value IS 66 (26.17% from 255) = 22.37%
R=38.64%
G=38.98%
B=22.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114115660.0100.430.5561.2227.0735.49
Hex727342102B373d1b23
Octal162163102105367753343
Binary1110010111001110000101010101111011111110111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727342; }

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

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

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

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

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

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

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

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