Shades of Green House #3B673A
Tints of Green House #3B673A
RGB
CMYK
RGB Variations
Color information
#3B673A (or 0x3B673A) is known color: Green House. HEX triplet: 3B, 67 and 3A. RGB value is (59,103,58). Sum of RGB (Red+Green+Blue) = 59+103+58=220 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.82% from 220); Green value is 103 (40.62% from 255 or 46.82% from 220); Blue value is 58 (23.05% from 255 or 26.36% from 220); Max value from RGB is 103 - color contains mainly: green. Hex color #3B673A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B673A is #C498C5. Grayscale: #545454. Windows color (decimal): -12884166 or 3827515. OLE color: 3827515.
HSL color Cylindrical-coordinate representation of color #3B673A: hue angle of 118.67º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3B673A is Cyan = 0.43, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 59 | 103 | 58 | - |
| CMYK | 0.43 | 0 | 0.44 | 0.60 |
| HSL | 118.67º | 0.28% | 0.32% | - |
| HSV(B) | 118.67º | 0.44% | 0.4% | - |
| XYZ | 7.42 | 10.94 | 5.72 | - |
| YUV | 84.71 | 112.92 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 103 | 58 | 0.43 | 0 | 0.44 | 0.60 | 118.67 | 0.28 | 0.32 |
| Hex | 3B | 67 | 3A | 2B | 0 | 2C | 3C | 77 | 1C | 20 |
| Octal | 73 | 147 | 72 | 53 | 0 | 54 | 74 | 167 | 34 | 40 |
| Binary | 111011 | 1100111 | 111010 | 101011 | 0 | 101100 | 111100 | 1110111 | 11100 | 100000 |
Color Harmonies of #3B673A
Complementary color
Monochromatic Colors of #3B673A
Black with #3B673A
Text Example
Text Example
White with #3B673A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B673A; }
p { color: rgb(59,103,58); }
H1.HeaderClassName
{
color: #3B673A;
}
.AnyTagClassName
{
color: #3B673A;
}
</style>
background-color css
<style>
a { background-color: #3B673A; }
a { background-color: rgb(59,103,58); }
div.DivClassName
{
background-color: #3B673A;
}
.BgClassName
{
background-color: #3B673A;
}
</style>
border-color css
<style>
span { border-color: #3B673A; }
span { border-color: rgb(59,103,58); }
td.TdClassName
{
border-color: #3B673A;
}
.TagClassName
{
border-color: #3B673A;
}
</style>