#757346

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

Shades of Hemlock #757346

Tints of Hemlock #757346

Color information

#757346 (or 0x757346) is unknown color: approx Hemlock. HEX triplet: 75, 73 and 46. RGB value is (117,115,70). Sum of RGB (Red+Green+Blue) = 117+115+70=302 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.74% from 302); Green value is 115 (45.31% from 255 or 38.08% from 302); Blue value is 70 (27.73% from 255 or 23.18% from 302); Max value from RGB is 117 - color contains mainly: red. Hex color #757346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757346 is #8A8CB9. Grayscale: #6E6E6E. Windows color (decimal): -9079994 or 4617077. OLE color: 4617077.

HSL color Cylindrical-coordinate representation of color #757346: hue angle of 57.45º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #757346 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB11711570-
CMYK00.020.400.54
HSL57.45º25.13%36.67%-
HSV(B)57.45º40.17%45.88%-
XYZ14.5716.498.21-
YUV110.47105.16132.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.74%
GREEN value IS 115 (45.31% from 255) = 38.08%
BLUE value IS 70 (27.73% from 255) = 23.18%
R=38.74%
G=38.08%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171157000.020.400.5457.4525.1336.67
Hex757346022836391925
Octal165163106025066713145
Binary11101011110011100011001010100011011011100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757346; }

 p { color: rgb(117,115,70); }

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

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

 a { background-color: rgb(117,115,70); }

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

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

 span { border-color: rgb(117,115,70); }

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