#727340

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

Shades of Hemlock #727340

Tints of Hemlock #727340

Color information

#727340 (or 0x727340) is unknown color: approx Hemlock. HEX triplet: 72, 73 and 40. RGB value is (114,115,64). Sum of RGB (Red+Green+Blue) = 114+115+64=293 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.91% from 293); Green value is 115 (45.31% from 255 or 39.25% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 115 - color contains mainly: green. Hex color #727340 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727340 is #8D8CBF. Grayscale: #6D6D6D. Windows color (decimal): -9276608 or 4223858. OLE color: 4223858.

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

Color convert

RGB11411564-
CMYK0.0100.440.55
HSL61.18º28.49%35.1%-
HSV(B)61.18º44.35%45.1%-
XYZ1416.217.24-
YUV108.89102.67131.65-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.91%
GREEN value IS 115 (45.31% from 255) = 39.25%
BLUE value IS 64 (25.39% from 255) = 21.84%
R=38.91%
G=39.25%
B=21.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114115640.0100.440.5561.1828.4935.1
Hex727340102C373d1c23
Octal162163100105467753443
Binary1110010111001110000001010110011011111110111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727340; }

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

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

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

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

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

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

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

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