Shades of Green House #3F6730
Tints of Green House #3F6730
RGB
CMYK
RGB Variations
Color information
#3F6730 (or 0x3F6730) is known color: Green House. HEX triplet: 3F, 67 and 30. RGB value is (63,103,48). Sum of RGB (Red+Green+Blue) = 63+103+48=214 (28% of max value = 765). Red value is 63 (25% from 255 or 29.44% from 214); Green value is 103 (40.62% from 255 or 48.13% from 214); Blue value is 48 (19.14% from 255 or 22.43% from 214); Max value from RGB is 103 - color contains mainly: green. Hex color #3F6730 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6730 is #C098CF. Grayscale: #545454. Windows color (decimal): -12622032 or 3172159. OLE color: 3172159.
HSL color Cylindrical-coordinate representation of color #3F6730: hue angle of 103.64º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3F6730 is Cyan = 0.39, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 63 | 103 | 48 | - |
| CMYK | 0.39 | 0 | 0.53 | 0.60 |
| HSL | 103.64º | 0.36% | 0.3% | - |
| HSV(B) | 103.64º | 0.53% | 0.4% | - |
| XYZ | 7.43 | 10.97 | 4.52 | - |
| YUV | 84.77 | 107.25 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 103 | 48 | 0.39 | 0 | 0.53 | 0.60 | 103.64 | 0.36 | 0.3 |
| Hex | 3F | 67 | 30 | 27 | 0 | 35 | 3C | 68 | 24 | 1E |
| Octal | 77 | 147 | 60 | 47 | 0 | 65 | 74 | 150 | 44 | 36 |
| Binary | 111111 | 1100111 | 110000 | 100111 | 0 | 110101 | 111100 | 1101000 | 100100 | 11110 |
Color Harmonies of #3F6730
Complementary color
Monochromatic Colors of #3F6730
Black with #3F6730
Text Example
Text Example
White with #3F6730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6730; }
p { color: rgb(63,103,48); }
H1.HeaderClassName
{
color: #3F6730;
}
.AnyTagClassName
{
color: #3F6730;
}
</style>
background-color css
<style>
a { background-color: #3F6730; }
a { background-color: rgb(63,103,48); }
div.DivClassName
{
background-color: #3F6730;
}
.BgClassName
{
background-color: #3F6730;
}
</style>
border-color css
<style>
span { border-color: #3F6730; }
span { border-color: rgb(63,103,48); }
td.TdClassName
{
border-color: #3F6730;
}
.TagClassName
{
border-color: #3F6730;
}
</style>