Shades of Finch #718248
Tints of Finch #718248
RGB
CMYK
RGB Variations
Color information
#718248 (or 0x718248) is known color: Finch. HEX triplet: 71, 82 and 48. RGB value is (113,130,72). Sum of RGB (Red+Green+Blue) = 113+130+72=315 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.87% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 72 (28.52% from 255 or 22.86% from 315); Max value from RGB is 130 - color contains mainly: green. Hex color #718248 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718248 is #8E7DB7. Grayscale: #767676. Windows color (decimal): -9338296 or 4751985. OLE color: 4751985.
HSL color Cylindrical-coordinate representation of color #718248: hue angle of 77.59º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #718248 is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 130 | 72 | - |
| CMYK | 0.13 | 0 | 0.45 | 0.49 |
| HSL | 77.59º | 0.29% | 0.4% | - |
| HSV(B) | 77.59º | 0.45% | 0.51% | - |
| XYZ | 15.96 | 19.94 | 9.14 | - |
| YUV | 118.31 | 101.87 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 130 | 72 | 0.13 | 0 | 0.45 | 0.49 | 77.59 | 0.29 | 0.4 |
| Hex | 71 | 82 | 48 | D | 0 | 2D | 31 | 4E | 1D | 28 |
| Octal | 161 | 202 | 110 | 15 | 0 | 55 | 61 | 116 | 35 | 50 |
| Binary | 1110001 | 10000010 | 1001000 | 1101 | 0 | 101101 | 110001 | 1001110 | 11101 | 101000 |
Color Harmonies of #718248
Complementary color
Monochromatic Colors of #718248
Black with #718248
Text Example
Text Example
White with #718248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718248; }
p { color: rgb(113,130,72); }
H1.HeaderClassName
{
color: #718248;
}
.AnyTagClassName
{
color: #718248;
}
</style>
background-color css
<style>
a { background-color: #718248; }
a { background-color: rgb(113,130,72); }
div.DivClassName
{
background-color: #718248;
}
.BgClassName
{
background-color: #718248;
}
</style>
border-color css
<style>
span { border-color: #718248; }
span { border-color: rgb(113,130,72); }
td.TdClassName
{
border-color: #718248;
}
.TagClassName
{
border-color: #718248;
}
</style>