#727248

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

Shades of Hemlock #727248

Tints of Hemlock #727248

Color information

#727248 (or 0x727248) is unknown color: approx Hemlock. HEX triplet: 72, 72 and 48. RGB value is (114,114,72). Sum of RGB (Red+Green+Blue) = 114+114+72=300 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38% from 300); Green value is 114 (44.92% from 255 or 38% from 300); Blue value is 72 (28.52% from 255 or 24% from 300); Max value from RGB is 114 - color contains mainly: red, green. Hex color #727248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727248 is #8D8DB7. Grayscale: #6D6D6D. Windows color (decimal): -9276856 or 4747890. OLE color: 4747890.

HSL color Cylindrical-coordinate representation of color #727248: hue angle of 60º 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 #727248 is Cyan = 0, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB11411472-
CMYK000.370.55
HSL60º22.58%36.47%-
HSV(B)60º36.84%44.71%-
XYZ14.1316.088.49-
YUV109.21107131.42-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38%
GREEN value IS 114 (44.92% from 255) = 38%
BLUE value IS 72 (28.52% from 255) = 24%
R=38%
G=38%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11411472000.370.556022.5836.47
Hex7272480025373c1724
Octal162162110004567742744
Binary1110010111001010010000010010111011111110010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727248; }

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

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

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

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

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

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

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

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