Shades of Green House #415C38
Tints of Green House #415C38
RGB
CMYK
RGB Variations
Color information
#415C38 (or 0x415C38) is known color: Green House. HEX triplet: 41, 5C and 38. RGB value is (65,92,56). Sum of RGB (Red+Green+Blue) = 65+92+56=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 92 (36.33% from 255 or 43.19% from 213); Blue value is 56 (22.27% from 255 or 26.29% from 213); Max value from RGB is 92 - color contains mainly: green. Hex color #415C38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415C38 is #BEA3C7. Grayscale: #4F4F4F. Windows color (decimal): -12493768 or 3693633. OLE color: 3693633.
HSL color Cylindrical-coordinate representation of color #415C38: hue angle of 105º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #415C38 is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 65 | 92 | 56 | - |
| CMYK | 0.29 | 0 | 0.39 | 0.64 |
| HSL | 105º | 0.24% | 0.29% | - |
| HSV(B) | 105º | 0.39% | 0.36% | - |
| XYZ | 6.72 | 9.06 | 5.14 | - |
| YUV | 79.82 | 114.55 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 92 | 56 | 0.29 | 0 | 0.39 | 0.64 | 105 | 0.24 | 0.29 |
| Hex | 41 | 5C | 38 | 1D | 0 | 27 | 40 | 69 | 18 | 1D |
| Octal | 101 | 134 | 70 | 35 | 0 | 47 | 100 | 151 | 30 | 35 |
| Binary | 1000001 | 1011100 | 111000 | 11101 | 0 | 100111 | 1000000 | 1101001 | 11000 | 11101 |
Color Harmonies of #415C38
Complementary color
Monochromatic Colors of #415C38
Black with #415C38
Text Example
Text Example
White with #415C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415C38; }
p { color: rgb(65,92,56); }
H1.HeaderClassName
{
color: #415C38;
}
.AnyTagClassName
{
color: #415C38;
}
</style>
background-color css
<style>
a { background-color: #415C38; }
a { background-color: rgb(65,92,56); }
div.DivClassName
{
background-color: #415C38;
}
.BgClassName
{
background-color: #415C38;
}
</style>
border-color css
<style>
span { border-color: #415C38; }
span { border-color: rgb(65,92,56); }
td.TdClassName
{
border-color: #415C38;
}
.TagClassName
{
border-color: #415C38;
}
</style>