#707048

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

Shades of Hemlock #707048

Tints of Hemlock #707048

Color information

#707048 (or 0x707048) is unknown color: approx Hemlock. HEX triplet: 70, 70 and 48. RGB value is (112,112,72). Sum of RGB (Red+Green+Blue) = 112+112+72=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 72 (28.52% from 255 or 24.32% from 296); Max value from RGB is 112 - color contains mainly: red, green. Hex color #707048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707048 is #8F8FB7. Grayscale: #6B6B6B. Windows color (decimal): -9408440 or 4747376. OLE color: 4747376.

HSL color Cylindrical-coordinate representation of color #707048: hue angle of 60º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #707048 is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB11211272-
CMYK000.360.56
HSL60º21.74%36.08%-
HSV(B)60º35.71%43.92%-
XYZ13.6515.58.4-
YUV107.44108131.25-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.84%
GREEN value IS 112 (44.14% from 255) = 37.84%
BLUE value IS 72 (28.52% from 255) = 24.32%
R=37.84%
G=37.84%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11211272000.360.566021.7436.08
Hex7070480024383c1624
Octal160160110004470742644
Binary1110000111000010010000010010011100011110010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707048; }

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

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

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

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

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

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

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

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