Shades of Hunter Green #415C45
Tints of Hunter Green #415C45
RGB
CMYK
RGB Variations
Color information
#415C45 (or 0x415C45) is known color: Hunter Green. HEX triplet: 41, 5C and 45. RGB value is (65,92,69). Sum of RGB (Red+Green+Blue) = 65+92+69=226 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.76% from 226); Green value is 92 (36.33% from 255 or 40.71% from 226); Blue value is 69 (27.34% from 255 or 30.53% from 226); Max value from RGB is 92 - color contains mainly: green. Hex color #415C45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415C45 is #BEA3BA. Grayscale: #515151. Windows color (decimal): -12493755 or 4545601. OLE color: 4545601.
HSL color Cylindrical-coordinate representation of color #415C45: hue angle of 128.89º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #415C45 is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 65 | 92 | 69 | - |
| CMYK | 0.29 | 0 | 0.25 | 0.64 |
| HSL | 128.89º | 0.17% | 0.31% | - |
| HSV(B) | 128.89º | 0.29% | 0.36% | - |
| XYZ | 7.08 | 9.21 | 7.03 | - |
| YUV | 81.31 | 121.05 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 92 | 69 | 0.29 | 0 | 0.25 | 0.64 | 128.89 | 0.17 | 0.31 |
| Hex | 41 | 5C | 45 | 1D | 0 | 19 | 40 | 81 | 11 | 1F |
| Octal | 101 | 134 | 105 | 35 | 0 | 31 | 100 | 201 | 21 | 37 |
| Binary | 1000001 | 1011100 | 1000101 | 11101 | 0 | 11001 | 1000000 | 10000001 | 10001 | 11111 |
Color Harmonies of #415C45
Complementary color
Monochromatic Colors of #415C45
Black with #415C45
Text Example
Text Example
White with #415C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415C45; }
p { color: rgb(65,92,69); }
H1.HeaderClassName
{
color: #415C45;
}
.AnyTagClassName
{
color: #415C45;
}
</style>
background-color css
<style>
a { background-color: #415C45; }
a { background-color: rgb(65,92,69); }
div.DivClassName
{
background-color: #415C45;
}
.BgClassName
{
background-color: #415C45;
}
</style>
border-color css
<style>
span { border-color: #415C45; }
span { border-color: rgb(65,92,69); }
td.TdClassName
{
border-color: #415C45;
}
.TagClassName
{
border-color: #415C45;
}
</style>