#727148

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

Shades of Hemlock #727148

Tints of Hemlock #727148

Color information

#727148 (or 0x727148) is unknown color: approx Hemlock. HEX triplet: 72, 71 and 48. RGB value is (114,113,72). Sum of RGB (Red+Green+Blue) = 114+113+72=299 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.13% from 299); Green value is 113 (44.53% from 255 or 37.79% from 299); Blue value is 72 (28.52% from 255 or 24.08% from 299); Max value from RGB is 114 - color contains mainly: red. Hex color #727148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727148 is #8D8EB7. Grayscale: #6C6C6C. Windows color (decimal): -9277112 or 4747634. OLE color: 4747634.

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

Color convert

RGB11411372-
CMYK00.010.370.55
HSL58.57º22.58%36.47%-
HSV(B)58.57º36.84%44.71%-
XYZ14.0115.868.45-
YUV108.62107.33131.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.13%
GREEN value IS 113 (44.53% from 255) = 37.79%
BLUE value IS 72 (28.52% from 255) = 24.08%
R=38.13%
G=37.79%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141137200.010.370.5558.5722.5836.47
Hex7271480125373b1724
Octal162161110014567732744
Binary1110010111000110010000110010111011111101110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727148; }

 p { color: rgb(114,113,72); }

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

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

 a { background-color: rgb(114,113,72); }

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

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

 span { border-color: rgb(114,113,72); }

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