Shades of Green House #41663B
Tints of Green House #41663B
RGB
CMYK
RGB Variations
Color information
#41663B (or 0x41663B) is known color: Green House. HEX triplet: 41, 66 and 3B. RGB value is (65,102,59). Sum of RGB (Red+Green+Blue) = 65+102+59=226 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.76% from 226); Green value is 102 (40.23% from 255 or 45.13% from 226); Blue value is 59 (23.44% from 255 or 26.11% from 226); Max value from RGB is 102 - color contains mainly: green. Hex color #41663B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41663B is #BE99C4. Grayscale: #565656. Windows color (decimal): -12491205 or 3892801. OLE color: 3892801.
HSL color Cylindrical-coordinate representation of color #41663B: hue angle of 111.63º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #41663B is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 65 | 102 | 59 | - |
| CMYK | 0.36 | 0 | 0.42 | 0.6 |
| HSL | 111.63º | 0.27% | 0.32% | - |
| HSV(B) | 111.63º | 0.42% | 0.4% | - |
| XYZ | 7.72 | 10.94 | 5.84 | - |
| YUV | 86.04 | 112.74 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 102 | 59 | 0.36 | 0 | 0.42 | 0.6 | 111.63 | 0.27 | 0.32 |
| Hex | 41 | 66 | 3B | 24 | 0 | 2A | 3C | 70 | 1B | 20 |
| Octal | 101 | 146 | 73 | 44 | 0 | 52 | 74 | 160 | 33 | 40 |
| Binary | 1000001 | 1100110 | 111011 | 100100 | 0 | 101010 | 111100 | 1110000 | 11011 | 100000 |
Color Harmonies of #41663B
Complementary color
Monochromatic Colors of #41663B
Black with #41663B
Text Example
Text Example
White with #41663B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41663B; }
p { color: rgb(65,102,59); }
H1.HeaderClassName
{
color: #41663B;
}
.AnyTagClassName
{
color: #41663B;
}
</style>
background-color css
<style>
a { background-color: #41663B; }
a { background-color: rgb(65,102,59); }
div.DivClassName
{
background-color: #41663B;
}
.BgClassName
{
background-color: #41663B;
}
</style>
border-color css
<style>
span { border-color: #41663B; }
span { border-color: rgb(65,102,59); }
td.TdClassName
{
border-color: #41663B;
}
.TagClassName
{
border-color: #41663B;
}
</style>