Shades of Green House #3F633A
Tints of Green House #3F633A
RGB
CMYK
RGB Variations
Color information
#3F633A (or 0x3F633A) is known color: Green House. HEX triplet: 3F, 63 and 3A. RGB value is (63,99,58). Sum of RGB (Red+Green+Blue) = 63+99+58=220 (29% of max value = 765). Red value is 63 (25% from 255 or 28.64% from 220); Green value is 99 (39.06% from 255 or 45% from 220); Blue value is 58 (23.05% from 255 or 26.36% from 220); Max value from RGB is 99 - color contains mainly: green. Hex color #3F633A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F633A is #C09CC5. Grayscale: #535353. Windows color (decimal): -12623046 or 3826495. OLE color: 3826495.
HSL color Cylindrical-coordinate representation of color #3F633A: hue angle of 112.68º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3F633A is Cyan = 0.36, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 63 | 99 | 58 | - |
| CMYK | 0.36 | 0 | 0.41 | 0.61 |
| HSL | 112.68º | 0.26% | 0.31% | - |
| HSV(B) | 112.68º | 0.41% | 0.39% | - |
| XYZ | 7.28 | 10.29 | 5.6 | - |
| YUV | 83.56 | 113.57 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 99 | 58 | 0.36 | 0 | 0.41 | 0.61 | 112.68 | 0.26 | 0.31 |
| Hex | 3F | 63 | 3A | 24 | 0 | 29 | 3D | 71 | 1A | 1F |
| Octal | 77 | 143 | 72 | 44 | 0 | 51 | 75 | 161 | 32 | 37 |
| Binary | 111111 | 1100011 | 111010 | 100100 | 0 | 101001 | 111101 | 1110001 | 11010 | 11111 |
Color Harmonies of #3F633A
Complementary color
Monochromatic Colors of #3F633A
Black with #3F633A
Text Example
Text Example
White with #3F633A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F633A; }
p { color: rgb(63,99,58); }
H1.HeaderClassName
{
color: #3F633A;
}
.AnyTagClassName
{
color: #3F633A;
}
</style>
background-color css
<style>
a { background-color: #3F633A; }
a { background-color: rgb(63,99,58); }
div.DivClassName
{
background-color: #3F633A;
}
.BgClassName
{
background-color: #3F633A;
}
</style>
border-color css
<style>
span { border-color: #3F633A; }
span { border-color: rgb(63,99,58); }
td.TdClassName
{
border-color: #3F633A;
}
.TagClassName
{
border-color: #3F633A;
}
</style>