Shades of Green House #3F553A
Tints of Green House #3F553A
RGB
CMYK
RGB Variations
Color information
#3F553A (or 0x3F553A) is known color: Green House. HEX triplet: 3F, 55 and 3A. RGB value is (63,85,58). Sum of RGB (Red+Green+Blue) = 63+85+58=206 (27% of max value = 765). Red value is 63 (25% from 255 or 30.58% from 206); Green value is 85 (33.59% from 255 or 41.26% from 206); Blue value is 58 (23.05% from 255 or 28.16% from 206); Max value from RGB is 85 - color contains mainly: green. Hex color #3F553A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F553A is #C0AAC5. Grayscale: #4B4B4B. Windows color (decimal): -12626630 or 3822911. OLE color: 3822911.
HSL color Cylindrical-coordinate representation of color #3F553A: hue angle of 108.89º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3F553A is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 85 | 58 | - |
| CMYK | 0.26 | 0 | 0.32 | 0.67 |
| HSL | 108.89º | 0.19% | 0.28% | - |
| HSV(B) | 108.89º | 0.32% | 0.33% | - |
| XYZ | 6.06 | 7.86 | 5.2 | - |
| YUV | 75.34 | 118.21 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 85 | 58 | 0.26 | 0 | 0.32 | 0.67 | 108.89 | 0.19 | 0.28 |
| Hex | 3F | 55 | 3A | 1A | 0 | 20 | 43 | 6D | 13 | 1C |
| Octal | 77 | 125 | 72 | 32 | 0 | 40 | 103 | 155 | 23 | 34 |
| Binary | 111111 | 1010101 | 111010 | 11010 | 0 | 100000 | 1000011 | 1101101 | 10011 | 11100 |
Color Harmonies of #3F553A
Complementary color
Monochromatic Colors of #3F553A
Black with #3F553A
Text Example
Text Example
White with #3F553A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F553A; }
p { color: rgb(63,85,58); }
H1.HeaderClassName
{
color: #3F553A;
}
.AnyTagClassName
{
color: #3F553A;
}
</style>
background-color css
<style>
a { background-color: #3F553A; }
a { background-color: rgb(63,85,58); }
div.DivClassName
{
background-color: #3F553A;
}
.BgClassName
{
background-color: #3F553A;
}
</style>
border-color css
<style>
span { border-color: #3F553A; }
span { border-color: rgb(63,85,58); }
td.TdClassName
{
border-color: #3F553A;
}
.TagClassName
{
border-color: #3F553A;
}
</style>