Shades of Green House #40623C
Tints of Green House #40623C
RGB
CMYK
RGB Variations
Color information
#40623C (or 0x40623C) is known color: Green House. HEX triplet: 40, 62 and 3C. RGB value is (64,98,60). Sum of RGB (Red+Green+Blue) = 64+98+60=222 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.83% from 222); Green value is 98 (38.67% from 255 or 44.14% from 222); Blue value is 60 (23.83% from 255 or 27.03% from 222); Max value from RGB is 98 - color contains mainly: green. Hex color #40623C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40623C is #BF9DC3. Grayscale: #535353. Windows color (decimal): -12557764 or 3957312. OLE color: 3957312.
HSL color Cylindrical-coordinate representation of color #40623C: hue angle of 113.68º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #40623C is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 64 | 98 | 60 | - |
| CMYK | 0.35 | 0 | 0.39 | 0.62 |
| HSL | 113.68º | 0.24% | 0.31% | - |
| HSV(B) | 113.68º | 0.39% | 0.38% | - |
| XYZ | 7.3 | 10.15 | 5.85 | - |
| YUV | 83.5 | 114.74 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 98 | 60 | 0.35 | 0 | 0.39 | 0.62 | 113.68 | 0.24 | 0.31 |
| Hex | 40 | 62 | 3C | 23 | 0 | 27 | 3E | 72 | 18 | 1F |
| Octal | 100 | 142 | 74 | 43 | 0 | 47 | 76 | 162 | 30 | 37 |
| Binary | 1000000 | 1100010 | 111100 | 100011 | 0 | 100111 | 111110 | 1110010 | 11000 | 11111 |
Color Harmonies of #40623C
Complementary color
Monochromatic Colors of #40623C
Black with #40623C
Text Example
Text Example
White with #40623C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40623C; }
p { color: rgb(64,98,60); }
H1.HeaderClassName
{
color: #40623C;
}
.AnyTagClassName
{
color: #40623C;
}
</style>
background-color css
<style>
a { background-color: #40623C; }
a { background-color: rgb(64,98,60); }
div.DivClassName
{
background-color: #40623C;
}
.BgClassName
{
background-color: #40623C;
}
</style>
border-color css
<style>
span { border-color: #40623C; }
span { border-color: rgb(64,98,60); }
td.TdClassName
{
border-color: #40623C;
}
.TagClassName
{
border-color: #40623C;
}
</style>