Shades of Green House #41643C
Tints of Green House #41643C
RGB
CMYK
RGB Variations
Color information
#41643C (or 0x41643C) is known color: Green House. HEX triplet: 41, 64 and 3C. RGB value is (65,100,60). Sum of RGB (Red+Green+Blue) = 65+100+60=225 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.89% from 225); Green value is 100 (39.45% from 255 or 44.44% from 225); Blue value is 60 (23.83% from 255 or 26.67% from 225); Max value from RGB is 100 - color contains mainly: green. Hex color #41643C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41643C is #BE9BC3. Grayscale: #555555. Windows color (decimal): -12491716 or 3957825. OLE color: 3957825.
HSL color Cylindrical-coordinate representation of color #41643C: hue angle of 112.5º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #41643C is Cyan = 0.35, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 65 | 100 | 60 | - |
| CMYK | 0.35 | 0 | 0.4 | 0.61 |
| HSL | 112.5º | 0.25% | 0.31% | - |
| HSV(B) | 112.5º | 0.4% | 0.39% | - |
| XYZ | 7.55 | 10.56 | 5.92 | - |
| YUV | 84.98 | 113.9 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 100 | 60 | 0.35 | 0 | 0.4 | 0.61 | 112.5 | 0.25 | 0.31 |
| Hex | 41 | 64 | 3C | 23 | 0 | 28 | 3D | 70 | 19 | 1F |
| Octal | 101 | 144 | 74 | 43 | 0 | 50 | 75 | 160 | 31 | 37 |
| Binary | 1000001 | 1100100 | 111100 | 100011 | 0 | 101000 | 111101 | 1110000 | 11001 | 11111 |
Color Harmonies of #41643C
Complementary color
Monochromatic Colors of #41643C
Black with #41643C
Text Example
Text Example
White with #41643C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41643C; }
p { color: rgb(65,100,60); }
H1.HeaderClassName
{
color: #41643C;
}
.AnyTagClassName
{
color: #41643C;
}
</style>
background-color css
<style>
a { background-color: #41643C; }
a { background-color: rgb(65,100,60); }
div.DivClassName
{
background-color: #41643C;
}
.BgClassName
{
background-color: #41643C;
}
</style>
border-color css
<style>
span { border-color: #41643C; }
span { border-color: rgb(65,100,60); }
td.TdClassName
{
border-color: #41643C;
}
.TagClassName
{
border-color: #41643C;
}
</style>