Shades of Green House #316023
Tints of Green House #316023
RGB
CMYK
RGB Variations
Color information
#316023 (or 0x316023) is known color: Green House. HEX triplet: 31, 60 and 23. RGB value is (49,96,35). Sum of RGB (Red+Green+Blue) = 49+96+35=180 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.22% from 180); Green value is 96 (37.89% from 255 or 53.33% from 180); Blue value is 35 (14.06% from 255 or 19.44% from 180); Max value from RGB is 96 - color contains mainly: green. Hex color #316023 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316023 is #CE9FDC. Grayscale: #4B4B4B. Windows color (decimal): -13541341 or 2318385. OLE color: 2318385.
HSL color Cylindrical-coordinate representation of color #316023: hue angle of 106.23º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #316023 is Cyan = 0.49, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 49 | 96 | 35 | - |
| CMYK | 0.49 | 0 | 0.64 | 0.62 |
| HSL | 106.23º | 0.47% | 0.26% | - |
| HSV(B) | 106.23º | 0.64% | 0.38% | - |
| XYZ | 5.75 | 9.14 | 3.05 | - |
| YUV | 74.99 | 105.43 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 96 | 35 | 0.49 | 0 | 0.64 | 0.62 | 106.23 | 0.47 | 0.26 |
| Hex | 31 | 60 | 23 | 31 | 0 | 40 | 3E | 6A | 2F | 1A |
| Octal | 61 | 140 | 43 | 61 | 0 | 100 | 76 | 152 | 57 | 32 |
| Binary | 110001 | 1100000 | 100011 | 110001 | 0 | 1000000 | 111110 | 1101010 | 101111 | 11010 |
Color Harmonies of #316023
Complementary color
Monochromatic Colors of #316023
Black with #316023
Text Example
Text Example
White with #316023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316023; }
p { color: rgb(49,96,35); }
H1.HeaderClassName
{
color: #316023;
}
.AnyTagClassName
{
color: #316023;
}
</style>
background-color css
<style>
a { background-color: #316023; }
a { background-color: rgb(49,96,35); }
div.DivClassName
{
background-color: #316023;
}
.BgClassName
{
background-color: #316023;
}
</style>
border-color css
<style>
span { border-color: #316023; }
span { border-color: rgb(49,96,35); }
td.TdClassName
{
border-color: #316023;
}
.TagClassName
{
border-color: #316023;
}
</style>