Shades of Green House #40693D
Tints of Green House #40693D
RGB
CMYK
RGB Variations
Color information
#40693D (or 0x40693D) is known color: Green House. HEX triplet: 40, 69 and 3D. RGB value is (64,105,61). Sum of RGB (Red+Green+Blue) = 64+105+61=230 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.83% from 230); Green value is 105 (41.41% from 255 or 45.65% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 105 - color contains mainly: green. Hex color #40693D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40693D is #BF96C2. Grayscale: #575757. Windows color (decimal): -12555971 or 4024640. OLE color: 4024640.
HSL color Cylindrical-coordinate representation of color #40693D: hue angle of 115.91º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #40693D is Cyan = 0.39, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 64 | 105 | 61 | - |
| CMYK | 0.39 | 0 | 0.42 | 0.59 |
| HSL | 115.91º | 0.27% | 0.33% | - |
| HSV(B) | 115.91º | 0.42% | 0.41% | - |
| XYZ | 8.01 | 11.53 | 6.22 | - |
| YUV | 87.73 | 112.92 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 105 | 61 | 0.39 | 0 | 0.42 | 0.59 | 115.91 | 0.27 | 0.33 |
| Hex | 40 | 69 | 3D | 27 | 0 | 2A | 3B | 74 | 1B | 21 |
| Octal | 100 | 151 | 75 | 47 | 0 | 52 | 73 | 164 | 33 | 41 |
| Binary | 1000000 | 1101001 | 111101 | 100111 | 0 | 101010 | 111011 | 1110100 | 11011 | 100001 |
Color Harmonies of #40693D
Complementary color
Monochromatic Colors of #40693D
Black with #40693D
Text Example
Text Example
White with #40693D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40693D; }
p { color: rgb(64,105,61); }
H1.HeaderClassName
{
color: #40693D;
}
.AnyTagClassName
{
color: #40693D;
}
</style>
background-color css
<style>
a { background-color: #40693D; }
a { background-color: rgb(64,105,61); }
div.DivClassName
{
background-color: #40693D;
}
.BgClassName
{
background-color: #40693D;
}
</style>
border-color css
<style>
span { border-color: #40693D; }
span { border-color: rgb(64,105,61); }
td.TdClassName
{
border-color: #40693D;
}
.TagClassName
{
border-color: #40693D;
}
</style>