#707344

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

Shades of Hemlock #707344

Tints of Hemlock #707344

Color information

#707344 (or 0x707344) is unknown color: approx Hemlock. HEX triplet: 70, 73 and 44. RGB value is (112,115,68). Sum of RGB (Red+Green+Blue) = 112+115+68=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 115 (45.31% from 255 or 38.98% from 295); Blue value is 68 (26.95% from 255 or 23.05% from 295); Max value from RGB is 115 - color contains mainly: green. Hex color #707344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707344 is #8F8CBB. Grayscale: #6C6C6C. Windows color (decimal): -9407676 or 4486000. OLE color: 4486000.

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

Color convert

RGB11211568-
CMYK0.0300.410.55
HSL63.83º25.68%35.88%-
HSV(B)63.83º40.87%45.1%-
XYZ13.8616.127.85-
YUV108.74105.01130.32-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.97%
GREEN value IS 115 (45.31% from 255) = 38.98%
BLUE value IS 68 (26.95% from 255) = 23.05%
R=37.97%
G=38.98%
B=23.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112115680.0300.410.5563.8325.6835.88
Hex707344302937401a24
Octal1601631043051671003244
Binary111000011100111000100110101001110111100000011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707344; }

 p { color: rgb(112,115,68); }

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

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

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

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

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

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

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