Shades of Hemlock #737248
Tints of Hemlock #737248
RGB
CMYK
RGB Variations
Color information
#737248 (or 0x737248) is known color: Hemlock. HEX triplet: 73, 72 and 48. RGB value is (115,114,72). Sum of RGB (Red+Green+Blue) = 115+114+72=301 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.21% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 72 (28.52% from 255 or 23.92% from 301); Max value from RGB is 115 - color contains mainly: red. Hex color #737248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #737248 is #8C8DB7. Grayscale: #6D6D6D. Windows color (decimal): -9211320 or 4747891. OLE color: 4747891.
HSL color Cylindrical-coordinate representation of color #737248: hue angle of 58.6º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #737248 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 114 | 72 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.55 |
| HSL | 58.6º | 0.23% | 0.37% | - |
| HSV(B) | 58.6º | 0.37% | 0.45% | - |
| XYZ | 14.26 | 16.15 | 8.5 | - |
| YUV | 109.51 | 106.83 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 114 | 72 | 0 | 0.01 | 0.37 | 0.55 | 58.6 | 0.23 | 0.37 |
| Hex | 73 | 72 | 48 | 0 | 1 | 25 | 37 | 3B | 17 | 25 |
| Octal | 163 | 162 | 110 | 0 | 1 | 45 | 67 | 73 | 27 | 45 |
| Binary | 1110011 | 1110010 | 1001000 | 0 | 1 | 100101 | 110111 | 111011 | 10111 | 100101 |
Color Harmonies of #737248
Complementary color
Monochromatic Colors of #737248
Black with #737248
Text Example
Text Example
White with #737248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737248; }
p { color: rgb(115,114,72); }
H1.HeaderClassName
{
color: #737248;
}
.AnyTagClassName
{
color: #737248;
}
</style>
background-color css
<style>
a { background-color: #737248; }
a { background-color: rgb(115,114,72); }
div.DivClassName
{
background-color: #737248;
}
.BgClassName
{
background-color: #737248;
}
</style>
border-color css
<style>
span { border-color: #737248; }
span { border-color: rgb(115,114,72); }
td.TdClassName
{
border-color: #737248;
}
.TagClassName
{
border-color: #737248;
}
</style>