#757340

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

Shades of Hemlock #757340

Tints of Hemlock #757340

Color information

#757340 (or 0x757340) is unknown color: approx Hemlock. HEX triplet: 75, 73 and 40. RGB value is (117,115,64). Sum of RGB (Red+Green+Blue) = 117+115+64=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 115 (45.31% from 255 or 38.85% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 117 - color contains mainly: red. Hex color #757340 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757340 is #8A8CBF. Grayscale: #6D6D6D. Windows color (decimal): -9080000 or 4223861. OLE color: 4223861.

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

Color convert

RGB11711564-
CMYK00.020.450.54
HSL57.74º29.28%35.49%-
HSV(B)57.74º45.3%45.88%-
XYZ14.3916.417.26-
YUV109.78102.16133.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.53%
GREEN value IS 115 (45.31% from 255) = 38.85%
BLUE value IS 64 (25.39% from 255) = 21.62%
R=39.53%
G=38.85%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171156400.020.450.5457.7429.2835.49
Hex757340022D363a1d23
Octal165163100025566723543
Binary11101011110011100000001010110111011011101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757340; }

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

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

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

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

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

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

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

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