Shades of Green House #415E3C
Tints of Green House #415E3C
RGB
CMYK
RGB Variations
Color information
#415E3C (or 0x415E3C) is known color: Green House. HEX triplet: 41, 5E and 3C. RGB value is (65,94,60). Sum of RGB (Red+Green+Blue) = 65+94+60=219 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.68% from 219); Green value is 94 (37.11% from 255 or 42.92% from 219); Blue value is 60 (23.83% from 255 or 27.40% from 219); Max value from RGB is 94 - color contains mainly: green. Hex color #415E3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415E3C is #BEA1C3. Grayscale: #515151. Windows color (decimal): -12493252 or 3956289. OLE color: 3956289.
HSL color Cylindrical-coordinate representation of color #415E3C: hue angle of 111.18º degrees, saturation: 0.22, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #415E3C is Cyan = 0.31, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 65 | 94 | 60 | - |
| CMYK | 0.31 | 0 | 0.36 | 0.63 |
| HSL | 111.18º | 0.22% | 0.3% | - |
| HSV(B) | 111.18º | 0.36% | 0.37% | - |
| XYZ | 7 | 9.46 | 5.73 | - |
| YUV | 81.45 | 115.89 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 94 | 60 | 0.31 | 0 | 0.36 | 0.63 | 111.18 | 0.22 | 0.3 |
| Hex | 41 | 5E | 3C | 1F | 0 | 24 | 3F | 6F | 16 | 1E |
| Octal | 101 | 136 | 74 | 37 | 0 | 44 | 77 | 157 | 26 | 36 |
| Binary | 1000001 | 1011110 | 111100 | 11111 | 0 | 100100 | 111111 | 1101111 | 10110 | 11110 |
Color Harmonies of #415E3C
Complementary color
Monochromatic Colors of #415E3C
Black with #415E3C
Text Example
Text Example
White with #415E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415E3C; }
p { color: rgb(65,94,60); }
H1.HeaderClassName
{
color: #415E3C;
}
.AnyTagClassName
{
color: #415E3C;
}
</style>
background-color css
<style>
a { background-color: #415E3C; }
a { background-color: rgb(65,94,60); }
div.DivClassName
{
background-color: #415E3C;
}
.BgClassName
{
background-color: #415E3C;
}
</style>
border-color css
<style>
span { border-color: #415E3C; }
span { border-color: rgb(65,94,60); }
td.TdClassName
{
border-color: #415E3C;
}
.TagClassName
{
border-color: #415E3C;
}
</style>