#757342

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

Shades of Hemlock #757342

Tints of Hemlock #757342

Color information

#757342 (or 0x757342) is unknown color: approx Hemlock. HEX triplet: 75, 73 and 42. RGB value is (117,115,66). Sum of RGB (Red+Green+Blue) = 117+115+66=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 115 (45.31% from 255 or 38.59% from 298); Blue value is 66 (26.17% from 255 or 22.15% from 298); Max value from RGB is 117 - color contains mainly: red. Hex color #757342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757342 is #8A8CBD. Grayscale: #6E6E6E. Windows color (decimal): -9079998 or 4354933. OLE color: 4354933.

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

Color convert

RGB11711566-
CMYK00.020.440.54
HSL57.65º27.87%35.88%-
HSV(B)57.65º43.59%45.88%-
XYZ14.4516.447.57-
YUV110.01103.16132.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.26%
GREEN value IS 115 (45.31% from 255) = 38.59%
BLUE value IS 66 (26.17% from 255) = 22.15%
R=39.26%
G=38.59%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171156600.020.440.5457.6527.8735.88
Hex757342022C363a1c24
Octal165163102025466723444
Binary11101011110011100001001010110011011011101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757342; }

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

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

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

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

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

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

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

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