#757348

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

Shades of Hemlock #757348

Tints of Hemlock #757348

Color information

#757348 (or 0x757348) is unknown color: approx Hemlock. HEX triplet: 75, 73 and 48. RGB value is (117,115,72). Sum of RGB (Red+Green+Blue) = 117+115+72=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 115 (45.31% from 255 or 37.83% from 304); Blue value is 72 (28.52% from 255 or 23.68% from 304); Max value from RGB is 117 - color contains mainly: red. Hex color #757348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757348 is #8A8CB7. Grayscale: #6E6E6E. Windows color (decimal): -9079992 or 4748149. OLE color: 4748149.

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

Color convert

RGB11711572-
CMYK00.020.380.54
HSL57.33º23.81%37.06%-
HSV(B)57.33º38.46%45.88%-
XYZ14.6416.518.55-
YUV110.7106.16132.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.49%
GREEN value IS 115 (45.31% from 255) = 37.83%
BLUE value IS 72 (28.52% from 255) = 23.68%
R=38.49%
G=37.83%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171157200.020.380.5457.3323.8137.06
Hex757348022636391825
Octal165163110024666713045
Binary11101011110011100100001010011011011011100111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757348; }

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

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

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

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

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

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

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

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