Shades of Green House #417235
Tints of Green House #417235
RGB
CMYK
RGB Variations
Color information
#417235 (or 0x417235) is known color: Green House. HEX triplet: 41, 72 and 35. RGB value is (65,114,53). Sum of RGB (Red+Green+Blue) = 65+114+53=232 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.02% from 232); Green value is 114 (44.92% from 255 or 49.14% from 232); Blue value is 53 (21.09% from 255 or 22.84% from 232); Max value from RGB is 114 - color contains mainly: green. Hex color #417235 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #417235 is #BE8DCA. Grayscale: #5C5C5C. Windows color (decimal): -12488139 or 3502657. OLE color: 3502657.
HSL color Cylindrical-coordinate representation of color #417235: hue angle of 108.2º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #417235 is Cyan = 0.43, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 65 | 114 | 53 | - |
| CMYK | 0.43 | 0 | 0.54 | 0.55 |
| HSL | 108.2º | 0.37% | 0.33% | - |
| HSV(B) | 108.2º | 0.54% | 0.45% | - |
| XYZ | 8.84 | 13.42 | 5.49 | - |
| YUV | 92.4 | 105.77 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 114 | 53 | 0.43 | 0 | 0.54 | 0.55 | 108.2 | 0.37 | 0.33 |
| Hex | 41 | 72 | 35 | 2B | 0 | 36 | 37 | 6C | 25 | 21 |
| Octal | 101 | 162 | 65 | 53 | 0 | 66 | 67 | 154 | 45 | 41 |
| Binary | 1000001 | 1110010 | 110101 | 101011 | 0 | 110110 | 110111 | 1101100 | 100101 | 100001 |
Color Harmonies of #417235
Complementary color
Monochromatic Colors of #417235
Black with #417235
Text Example
Text Example
White with #417235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417235; }
p { color: rgb(65,114,53); }
H1.HeaderClassName
{
color: #417235;
}
.AnyTagClassName
{
color: #417235;
}
</style>
background-color css
<style>
a { background-color: #417235; }
a { background-color: rgb(65,114,53); }
div.DivClassName
{
background-color: #417235;
}
.BgClassName
{
background-color: #417235;
}
</style>
border-color css
<style>
span { border-color: #417235; }
span { border-color: rgb(65,114,53); }
td.TdClassName
{
border-color: #417235;
}
.TagClassName
{
border-color: #417235;
}
</style>