Shades of Green House #41523C
Tints of Green House #41523C
RGB
CMYK
RGB Variations
Color information
#41523C (or 0x41523C) is known color: Green House. HEX triplet: 41, 52 and 3C. RGB value is (65,82,60). Sum of RGB (Red+Green+Blue) = 65+82+60=207 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.40% from 207); Green value is 82 (32.42% from 255 or 39.61% from 207); Blue value is 60 (23.83% from 255 or 28.99% from 207); Max value from RGB is 82 - color contains mainly: green. Hex color #41523C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41523C is #BEADC3. Grayscale: #4A4A4A. Windows color (decimal): -12496324 or 3953217. OLE color: 3953217.
HSL color Cylindrical-coordinate representation of color #41523C: hue angle of 106.36º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #41523C is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 65 | 82 | 60 | - |
| CMYK | 0.21 | 0 | 0.27 | 0.68 |
| HSL | 106.36º | 0.15% | 0.28% | - |
| HSV(B) | 106.36º | 0.27% | 0.32% | - |
| XYZ | 6.01 | 7.48 | 5.4 | - |
| YUV | 74.41 | 119.87 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 82 | 60 | 0.21 | 0 | 0.27 | 0.68 | 106.36 | 0.15 | 0.28 |
| Hex | 41 | 52 | 3C | 15 | 0 | 1B | 44 | 6A | F | 1C |
| Octal | 101 | 122 | 74 | 25 | 0 | 33 | 104 | 152 | 17 | 34 |
| Binary | 1000001 | 1010010 | 111100 | 10101 | 0 | 11011 | 1000100 | 1101010 | 1111 | 11100 |
Color Harmonies of #41523C
Complementary color
Monochromatic Colors of #41523C
Black with #41523C
Text Example
Text Example
White with #41523C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41523C; }
p { color: rgb(65,82,60); }
H1.HeaderClassName
{
color: #41523C;
}
.AnyTagClassName
{
color: #41523C;
}
</style>
background-color css
<style>
a { background-color: #41523C; }
a { background-color: rgb(65,82,60); }
div.DivClassName
{
background-color: #41523C;
}
.BgClassName
{
background-color: #41523C;
}
</style>
border-color css
<style>
span { border-color: #41523C; }
span { border-color: rgb(65,82,60); }
td.TdClassName
{
border-color: #41523C;
}
.TagClassName
{
border-color: #41523C;
}
</style>