#727346

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

Shades of Hemlock #727346

Tints of Hemlock #727346

Color information

#727346 (or 0x727346) is unknown color: approx Hemlock. HEX triplet: 72, 73 and 46. RGB value is (114,115,70). Sum of RGB (Red+Green+Blue) = 114+115+70=299 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.13% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 70 (27.73% from 255 or 23.41% from 299); Max value from RGB is 115 - color contains mainly: green. Hex color #727346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727346 is #8D8CB9. Grayscale: #6D6D6D. Windows color (decimal): -9276602 or 4617074. OLE color: 4617074.

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

Color convert

RGB11411570-
CMYK0.0100.390.55
HSL61.33º24.32%36.27%-
HSV(B)61.33º39.13%45.1%-
XYZ14.1816.288.19-
YUV109.57105.67131.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.13%
GREEN value IS 115 (45.31% from 255) = 38.46%
BLUE value IS 70 (27.73% from 255) = 23.41%
R=38.13%
G=38.46%
B=23.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114115700.0100.390.5561.3324.3236.27
Hex7273461027373d1824
Octal162163106104767753044
Binary1110010111001110001101010011111011111110111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727346; }

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

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

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

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

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

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

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

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