Shades of Green House #41702D
Tints of Green House #41702D
RGB
CMYK
RGB Variations
Color information
#41702D (or 0x41702D) is known color: Green House. HEX triplet: 41, 70 and 2D. RGB value is (65,112,45). Sum of RGB (Red+Green+Blue) = 65+112+45=222 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.28% from 222); Green value is 112 (44.14% from 255 or 50.45% from 222); Blue value is 45 (17.97% from 255 or 20.27% from 222); Max value from RGB is 112 - color contains mainly: green. Hex color #41702D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41702D is #BE8FD2. Grayscale: #5A5A5A. Windows color (decimal): -12488659 or 2977857. OLE color: 2977857.
HSL color Cylindrical-coordinate representation of color #41702D: hue angle of 102.09º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #41702D is Cyan = 0.42, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 65 | 112 | 45 | - |
| CMYK | 0.42 | 0 | 0.60 | 0.56 |
| HSL | 102.09º | 0.43% | 0.31% | - |
| HSV(B) | 102.09º | 0.6% | 0.44% | - |
| XYZ | 8.45 | 12.9 | 4.53 | - |
| YUV | 90.31 | 102.43 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 112 | 45 | 0.42 | 0 | 0.60 | 0.56 | 102.09 | 0.43 | 0.31 |
| Hex | 41 | 70 | 2D | 2A | 0 | 3C | 38 | 66 | 2B | 1F |
| Octal | 101 | 160 | 55 | 52 | 0 | 74 | 70 | 146 | 53 | 37 |
| Binary | 1000001 | 1110000 | 101101 | 101010 | 0 | 111100 | 111000 | 1100110 | 101011 | 11111 |
Color Harmonies of #41702D
Complementary color
Monochromatic Colors of #41702D
Black with #41702D
Text Example
Text Example
White with #41702D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41702D; }
p { color: rgb(65,112,45); }
H1.HeaderClassName
{
color: #41702D;
}
.AnyTagClassName
{
color: #41702D;
}
</style>
background-color css
<style>
a { background-color: #41702D; }
a { background-color: rgb(65,112,45); }
div.DivClassName
{
background-color: #41702D;
}
.BgClassName
{
background-color: #41702D;
}
</style>
border-color css
<style>
span { border-color: #41702D; }
span { border-color: rgb(65,112,45); }
td.TdClassName
{
border-color: #41702D;
}
.TagClassName
{
border-color: #41702D;
}
</style>