Shades of Green House #416B33
Tints of Green House #416B33
RGB
CMYK
RGB Variations
Color information
#416B33 (or 0x416B33) is known color: Green House. HEX triplet: 41, 6B and 33. RGB value is (65,107,51). Sum of RGB (Red+Green+Blue) = 65+107+51=223 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.15% from 223); Green value is 107 (42.19% from 255 or 47.98% from 223); Blue value is 51 (20.31% from 255 or 22.87% from 223); Max value from RGB is 107 - color contains mainly: green. Hex color #416B33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416B33 is #BE94CC. Grayscale: #585858. Windows color (decimal): -12489933 or 3369793. OLE color: 3369793.
HSL color Cylindrical-coordinate representation of color #416B33: hue angle of 105º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #416B33 is Cyan = 0.39, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 65 | 107 | 51 | - |
| CMYK | 0.39 | 0 | 0.52 | 0.58 |
| HSL | 105º | 0.35% | 0.31% | - |
| HSV(B) | 105º | 0.52% | 0.42% | - |
| XYZ | 8.04 | 11.88 | 5 | - |
| YUV | 88.06 | 107.09 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 107 | 51 | 0.39 | 0 | 0.52 | 0.58 | 105 | 0.35 | 0.31 |
| Hex | 41 | 6B | 33 | 27 | 0 | 34 | 3A | 69 | 23 | 1F |
| Octal | 101 | 153 | 63 | 47 | 0 | 64 | 72 | 151 | 43 | 37 |
| Binary | 1000001 | 1101011 | 110011 | 100111 | 0 | 110100 | 111010 | 1101001 | 100011 | 11111 |
Color Harmonies of #416B33
Complementary color
Monochromatic Colors of #416B33
Black with #416B33
Text Example
Text Example
White with #416B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416B33; }
p { color: rgb(65,107,51); }
H1.HeaderClassName
{
color: #416B33;
}
.AnyTagClassName
{
color: #416B33;
}
</style>
background-color css
<style>
a { background-color: #416B33; }
a { background-color: rgb(65,107,51); }
div.DivClassName
{
background-color: #416B33;
}
.BgClassName
{
background-color: #416B33;
}
</style>
border-color css
<style>
span { border-color: #416B33; }
span { border-color: rgb(65,107,51); }
td.TdClassName
{
border-color: #416B33;
}
.TagClassName
{
border-color: #416B33;
}
</style>