Shades of Green House #3F6030
Tints of Green House #3F6030
RGB
CMYK
RGB Variations
Color information
#3F6030 (or 0x3F6030) is known color: Green House. HEX triplet: 3F, 60 and 30. RGB value is (63,96,48). Sum of RGB (Red+Green+Blue) = 63+96+48=207 (27% of max value = 765). Red value is 63 (25% from 255 or 30.43% from 207); Green value is 96 (37.89% from 255 or 46.38% from 207); Blue value is 48 (19.14% from 255 or 23.19% from 207); Max value from RGB is 96 - color contains mainly: green. Hex color #3F6030 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6030 is #C09FCF. Grayscale: #505050. Windows color (decimal): -12623824 or 3170367. OLE color: 3170367.
HSL color Cylindrical-coordinate representation of color #3F6030: hue angle of 101.25º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3F6030 is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 63 | 96 | 48 | - |
| CMYK | 0.34 | 0 | 0.50 | 0.62 |
| HSL | 101.25º | 0.33% | 0.28% | - |
| HSV(B) | 101.25º | 0.5% | 0.38% | - |
| XYZ | 6.77 | 9.64 | 4.3 | - |
| YUV | 80.66 | 109.57 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 96 | 48 | 0.34 | 0 | 0.50 | 0.62 | 101.25 | 0.33 | 0.28 |
| Hex | 3F | 60 | 30 | 22 | 0 | 32 | 3E | 65 | 21 | 1C |
| Octal | 77 | 140 | 60 | 42 | 0 | 62 | 76 | 145 | 41 | 34 |
| Binary | 111111 | 1100000 | 110000 | 100010 | 0 | 110010 | 111110 | 1100101 | 100001 | 11100 |
Color Harmonies of #3F6030
Complementary color
Monochromatic Colors of #3F6030
Black with #3F6030
Text Example
Text Example
White with #3F6030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6030; }
p { color: rgb(63,96,48); }
H1.HeaderClassName
{
color: #3F6030;
}
.AnyTagClassName
{
color: #3F6030;
}
</style>
background-color css
<style>
a { background-color: #3F6030; }
a { background-color: rgb(63,96,48); }
div.DivClassName
{
background-color: #3F6030;
}
.BgClassName
{
background-color: #3F6030;
}
</style>
border-color css
<style>
span { border-color: #3F6030; }
span { border-color: rgb(63,96,48); }
td.TdClassName
{
border-color: #3F6030;
}
.TagClassName
{
border-color: #3F6030;
}
</style>