Shades of Green House #3F652D
Tints of Green House #3F652D
RGB
CMYK
RGB Variations
Color information
#3F652D (or 0x3F652D) is known color: Green House. HEX triplet: 3F, 65 and 2D. RGB value is (63,101,45). Sum of RGB (Red+Green+Blue) = 63+101+45=209 (27% of max value = 765). Red value is 63 (25% from 255 or 30.14% from 209); Green value is 101 (39.84% from 255 or 48.33% from 209); Blue value is 45 (17.97% from 255 or 21.53% from 209); Max value from RGB is 101 - color contains mainly: green. Hex color #3F652D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F652D is #C09AD2. Grayscale: #535353. Windows color (decimal): -12622547 or 2975039. OLE color: 2975039.
HSL color Cylindrical-coordinate representation of color #3F652D: hue angle of 100.71º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3F652D is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 63 | 101 | 45 | - |
| CMYK | 0.38 | 0 | 0.55 | 0.60 |
| HSL | 100.71º | 0.38% | 0.29% | - |
| HSV(B) | 100.71º | 0.55% | 0.4% | - |
| XYZ | 7.18 | 10.55 | 4.14 | - |
| YUV | 83.25 | 106.41 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 101 | 45 | 0.38 | 0 | 0.55 | 0.60 | 100.71 | 0.38 | 0.29 |
| Hex | 3F | 65 | 2D | 26 | 0 | 37 | 3C | 65 | 26 | 1D |
| Octal | 77 | 145 | 55 | 46 | 0 | 67 | 74 | 145 | 46 | 35 |
| Binary | 111111 | 1100101 | 101101 | 100110 | 0 | 110111 | 111100 | 1100101 | 100110 | 11101 |
Color Harmonies of #3F652D
Complementary color
Monochromatic Colors of #3F652D
Black with #3F652D
Text Example
Text Example
White with #3F652D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F652D; }
p { color: rgb(63,101,45); }
H1.HeaderClassName
{
color: #3F652D;
}
.AnyTagClassName
{
color: #3F652D;
}
</style>
background-color css
<style>
a { background-color: #3F652D; }
a { background-color: rgb(63,101,45); }
div.DivClassName
{
background-color: #3F652D;
}
.BgClassName
{
background-color: #3F652D;
}
</style>
border-color css
<style>
span { border-color: #3F652D; }
span { border-color: rgb(63,101,45); }
td.TdClassName
{
border-color: #3F652D;
}
.TagClassName
{
border-color: #3F652D;
}
</style>