Shades of Green House #41673A
Tints of Green House #41673A
RGB
CMYK
RGB Variations
Color information
#41673A (or 0x41673A) is known color: Green House. HEX triplet: 41, 67 and 3A. RGB value is (65,103,58). Sum of RGB (Red+Green+Blue) = 65+103+58=226 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.76% from 226); Green value is 103 (40.62% from 255 or 45.58% from 226); Blue value is 58 (23.05% from 255 or 25.66% from 226); Max value from RGB is 103 - color contains mainly: green. Hex color #41673A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41673A is #BE98C5. Grayscale: #565656. Windows color (decimal): -12490950 or 3827521. OLE color: 3827521.
HSL color Cylindrical-coordinate representation of color #41673A: hue angle of 110.67º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #41673A is Cyan = 0.37, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 65 | 103 | 58 | - |
| CMYK | 0.37 | 0 | 0.44 | 0.60 |
| HSL | 110.67º | 0.28% | 0.32% | - |
| HSV(B) | 110.67º | 0.44% | 0.4% | - |
| XYZ | 7.79 | 11.13 | 5.74 | - |
| YUV | 86.51 | 111.91 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 103 | 58 | 0.37 | 0 | 0.44 | 0.60 | 110.67 | 0.28 | 0.32 |
| Hex | 41 | 67 | 3A | 25 | 0 | 2C | 3C | 6F | 1C | 20 |
| Octal | 101 | 147 | 72 | 45 | 0 | 54 | 74 | 157 | 34 | 40 |
| Binary | 1000001 | 1100111 | 111010 | 100101 | 0 | 101100 | 111100 | 1101111 | 11100 | 100000 |
Color Harmonies of #41673A
Complementary color
Monochromatic Colors of #41673A
Black with #41673A
Text Example
Text Example
White with #41673A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41673A; }
p { color: rgb(65,103,58); }
H1.HeaderClassName
{
color: #41673A;
}
.AnyTagClassName
{
color: #41673A;
}
</style>
background-color css
<style>
a { background-color: #41673A; }
a { background-color: rgb(65,103,58); }
div.DivClassName
{
background-color: #41673A;
}
.BgClassName
{
background-color: #41673A;
}
</style>
border-color css
<style>
span { border-color: #41673A; }
span { border-color: rgb(65,103,58); }
td.TdClassName
{
border-color: #41673A;
}
.TagClassName
{
border-color: #41673A;
}
</style>