Shades of Green House #47633A
Tints of Green House #47633A
RGB
CMYK
RGB Variations
Color information
#47633A (or 0x47633A) is known color: Green House. HEX triplet: 47, 63 and 3A. RGB value is (71,99,58). Sum of RGB (Red+Green+Blue) = 71+99+58=228 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.14% from 228); Green value is 99 (39.06% from 255 or 43.42% from 228); Blue value is 58 (23.05% from 255 or 25.44% from 228); Max value from RGB is 99 - color contains mainly: green. Hex color #47633A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47633A is #B89CC5. Grayscale: #565656. Windows color (decimal): -12098758 or 3826503. OLE color: 3826503.
HSL color Cylindrical-coordinate representation of color #47633A: hue angle of 100.98º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #47633A is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 71 | 99 | 58 | - |
| CMYK | 0.28 | 0 | 0.41 | 0.61 |
| HSL | 100.98º | 0.26% | 0.31% | - |
| HSV(B) | 100.98º | 0.41% | 0.39% | - |
| XYZ | 7.82 | 10.57 | 5.63 | - |
| YUV | 85.95 | 112.22 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 99 | 58 | 0.28 | 0 | 0.41 | 0.61 | 100.98 | 0.26 | 0.31 |
| Hex | 47 | 63 | 3A | 1C | 0 | 29 | 3D | 65 | 1A | 1F |
| Octal | 107 | 143 | 72 | 34 | 0 | 51 | 75 | 145 | 32 | 37 |
| Binary | 1000111 | 1100011 | 111010 | 11100 | 0 | 101001 | 111101 | 1100101 | 11010 | 11111 |
Color Harmonies of #47633A
Complementary color
Monochromatic Colors of #47633A
Black with #47633A
Text Example
Text Example
White with #47633A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47633A; }
p { color: rgb(71,99,58); }
H1.HeaderClassName
{
color: #47633A;
}
.AnyTagClassName
{
color: #47633A;
}
</style>
background-color css
<style>
a { background-color: #47633A; }
a { background-color: rgb(71,99,58); }
div.DivClassName
{
background-color: #47633A;
}
.BgClassName
{
background-color: #47633A;
}
</style>
border-color css
<style>
span { border-color: #47633A; }
span { border-color: rgb(71,99,58); }
td.TdClassName
{
border-color: #47633A;
}
.TagClassName
{
border-color: #47633A;
}
</style>