Shades of Green House #446F34
Tints of Green House #446F34
RGB
CMYK
RGB Variations
Color information
#446F34 (or 0x446F34) is known color: Green House. HEX triplet: 44, 6F and 34. RGB value is (68,111,52). Sum of RGB (Red+Green+Blue) = 68+111+52=231 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.44% from 231); Green value is 111 (43.75% from 255 or 48.05% from 231); Blue value is 52 (20.70% from 255 or 22.51% from 231); Max value from RGB is 111 - color contains mainly: green. Hex color #446F34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446F34 is #BB90CB. Grayscale: #5B5B5B. Windows color (decimal): -12292300 or 3436356. OLE color: 3436356.
HSL color Cylindrical-coordinate representation of color #446F34: hue angle of 103.73º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #446F34 is Cyan = 0.39, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 68 | 111 | 52 | - |
| CMYK | 0.39 | 0 | 0.53 | 0.56 |
| HSL | 103.73º | 0.36% | 0.32% | - |
| HSV(B) | 103.73º | 0.53% | 0.44% | - |
| XYZ | 8.69 | 12.85 | 5.27 | - |
| YUV | 91.42 | 105.75 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 111 | 52 | 0.39 | 0 | 0.53 | 0.56 | 103.73 | 0.36 | 0.32 |
| Hex | 44 | 6F | 34 | 27 | 0 | 35 | 38 | 68 | 24 | 20 |
| Octal | 104 | 157 | 64 | 47 | 0 | 65 | 70 | 150 | 44 | 40 |
| Binary | 1000100 | 1101111 | 110100 | 100111 | 0 | 110101 | 111000 | 1101000 | 100100 | 100000 |
Color Harmonies of #446F34
Complementary color
Monochromatic Colors of #446F34
Black with #446F34
Text Example
Text Example
White with #446F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446F34; }
p { color: rgb(68,111,52); }
H1.HeaderClassName
{
color: #446F34;
}
.AnyTagClassName
{
color: #446F34;
}
</style>
background-color css
<style>
a { background-color: #446F34; }
a { background-color: rgb(68,111,52); }
div.DivClassName
{
background-color: #446F34;
}
.BgClassName
{
background-color: #446F34;
}
</style>
border-color css
<style>
span { border-color: #446F34; }
span { border-color: rgb(68,111,52); }
td.TdClassName
{
border-color: #446F34;
}
.TagClassName
{
border-color: #446F34;
}
</style>