Shades of Green House #41673C
Tints of Green House #41673C
RGB
CMYK
RGB Variations
Color information
#41673C (or 0x41673C) is known color: Green House. HEX triplet: 41, 67 and 3C. RGB value is (65,103,60). Sum of RGB (Red+Green+Blue) = 65+103+60=228 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.51% from 228); Green value is 103 (40.62% from 255 or 45.18% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 103 - color contains mainly: green. Hex color #41673C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41673C is #BE98C3. Grayscale: #565656. Windows color (decimal): -12490948 or 3958593. OLE color: 3958593.
HSL color Cylindrical-coordinate representation of color #41673C: hue angle of 113.02º degrees, saturation: 0.26, 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 #41673C is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 65 | 103 | 60 | - |
| CMYK | 0.37 | 0 | 0.42 | 0.60 |
| HSL | 113.02º | 0.26% | 0.32% | - |
| HSV(B) | 113.02º | 0.42% | 0.4% | - |
| XYZ | 7.85 | 11.15 | 6.01 | - |
| YUV | 86.74 | 112.91 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 103 | 60 | 0.37 | 0 | 0.42 | 0.60 | 113.02 | 0.26 | 0.32 |
| Hex | 41 | 67 | 3C | 25 | 0 | 2A | 3C | 71 | 1A | 20 |
| Octal | 101 | 147 | 74 | 45 | 0 | 52 | 74 | 161 | 32 | 40 |
| Binary | 1000001 | 1100111 | 111100 | 100101 | 0 | 101010 | 111100 | 1110001 | 11010 | 100000 |
Color Harmonies of #41673C
Complementary color
Monochromatic Colors of #41673C
Black with #41673C
Text Example
Text Example
White with #41673C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41673C; }
p { color: rgb(65,103,60); }
H1.HeaderClassName
{
color: #41673C;
}
.AnyTagClassName
{
color: #41673C;
}
</style>
background-color css
<style>
a { background-color: #41673C; }
a { background-color: rgb(65,103,60); }
div.DivClassName
{
background-color: #41673C;
}
.BgClassName
{
background-color: #41673C;
}
</style>
border-color css
<style>
span { border-color: #41673C; }
span { border-color: rgb(65,103,60); }
td.TdClassName
{
border-color: #41673C;
}
.TagClassName
{
border-color: #41673C;
}
</style>