Shades of Hunter Green #405C45
Tints of Hunter Green #405C45
RGB
CMYK
RGB Variations
Color information
#405C45 (or 0x405C45) is known color: Hunter Green. HEX triplet: 40, 5C and 45. RGB value is (64,92,69). Sum of RGB (Red+Green+Blue) = 64+92+69=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 92 (36.33% from 255 or 40.89% from 225); Blue value is 69 (27.34% from 255 or 30.67% from 225); Max value from RGB is 92 - color contains mainly: green. Hex color #405C45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405C45 is #BFA3BA. Grayscale: #515151. Windows color (decimal): -12559291 or 4545600. OLE color: 4545600.
HSL color Cylindrical-coordinate representation of color #405C45: hue angle of 130.71º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #405C45 is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 92 | 69 | - |
| CMYK | 0.30 | 0 | 0.25 | 0.64 |
| HSL | 130.71º | 0.18% | 0.31% | - |
| HSV(B) | 130.71º | 0.3% | 0.36% | - |
| XYZ | 7.02 | 9.17 | 7.03 | - |
| YUV | 81.01 | 121.22 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 92 | 69 | 0.30 | 0 | 0.25 | 0.64 | 130.71 | 0.18 | 0.31 |
| Hex | 40 | 5C | 45 | 1E | 0 | 19 | 40 | 83 | 12 | 1F |
| Octal | 100 | 134 | 105 | 36 | 0 | 31 | 100 | 203 | 22 | 37 |
| Binary | 1000000 | 1011100 | 1000101 | 11110 | 0 | 11001 | 1000000 | 10000011 | 10010 | 11111 |
Color Harmonies of #405C45
Complementary color
Monochromatic Colors of #405C45
Black with #405C45
Text Example
Text Example
White with #405C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405C45; }
p { color: rgb(64,92,69); }
H1.HeaderClassName
{
color: #405C45;
}
.AnyTagClassName
{
color: #405C45;
}
</style>
background-color css
<style>
a { background-color: #405C45; }
a { background-color: rgb(64,92,69); }
div.DivClassName
{
background-color: #405C45;
}
.BgClassName
{
background-color: #405C45;
}
</style>
border-color css
<style>
span { border-color: #405C45; }
span { border-color: rgb(64,92,69); }
td.TdClassName
{
border-color: #405C45;
}
.TagClassName
{
border-color: #405C45;
}
</style>