Shades of Green House #3F6330
Tints of Green House #3F6330
RGB
CMYK
RGB Variations
Color information
#3F6330 (or 0x3F6330) is known color: Green House. HEX triplet: 3F, 63 and 30. RGB value is (63,99,48). Sum of RGB (Red+Green+Blue) = 63+99+48=210 (27% of max value = 765). Red value is 63 (25% from 255 or 30% from 210); Green value is 99 (39.06% from 255 or 47.14% from 210); Blue value is 48 (19.14% from 255 or 22.86% from 210); Max value from RGB is 99 - color contains mainly: green. Hex color #3F6330 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6330 is #C09CCF. Grayscale: #525252. Windows color (decimal): -12623056 or 3171135. OLE color: 3171135.
HSL color Cylindrical-coordinate representation of color #3F6330: hue angle of 102.35º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F6330 is Cyan = 0.36, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 63 | 99 | 48 | - |
| CMYK | 0.36 | 0 | 0.52 | 0.61 |
| HSL | 102.35º | 0.35% | 0.29% | - |
| HSV(B) | 102.35º | 0.52% | 0.39% | - |
| XYZ | 7.05 | 10.19 | 4.39 | - |
| YUV | 82.42 | 108.57 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 99 | 48 | 0.36 | 0 | 0.52 | 0.61 | 102.35 | 0.35 | 0.29 |
| Hex | 3F | 63 | 30 | 24 | 0 | 34 | 3D | 66 | 23 | 1D |
| Octal | 77 | 143 | 60 | 44 | 0 | 64 | 75 | 146 | 43 | 35 |
| Binary | 111111 | 1100011 | 110000 | 100100 | 0 | 110100 | 111101 | 1100110 | 100011 | 11101 |
Color Harmonies of #3F6330
Complementary color
Monochromatic Colors of #3F6330
Black with #3F6330
Text Example
Text Example
White with #3F6330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6330; }
p { color: rgb(63,99,48); }
H1.HeaderClassName
{
color: #3F6330;
}
.AnyTagClassName
{
color: #3F6330;
}
</style>
background-color css
<style>
a { background-color: #3F6330; }
a { background-color: rgb(63,99,48); }
div.DivClassName
{
background-color: #3F6330;
}
.BgClassName
{
background-color: #3F6330;
}
</style>
border-color css
<style>
span { border-color: #3F6330; }
span { border-color: rgb(63,99,48); }
td.TdClassName
{
border-color: #3F6330;
}
.TagClassName
{
border-color: #3F6330;
}
</style>