Shades of Green House #35672C
Tints of Green House #35672C
RGB
CMYK
RGB Variations
Color information
#35672C (or 0x35672C) is known color: Green House. HEX triplet: 35, 67 and 2C. RGB value is (53,103,44). Sum of RGB (Red+Green+Blue) = 53+103+44=200 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.5% from 200); Green value is 103 (40.62% from 255 or 51.5% from 200); Blue value is 44 (17.58% from 255 or 22% from 200); Max value from RGB is 103 - color contains mainly: green. Hex color #35672C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35672C is #CA98D3. Grayscale: #515151. Windows color (decimal): -13277396 or 2910005. OLE color: 2910005.
HSL color Cylindrical-coordinate representation of color #35672C: hue angle of 110.85º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #35672C is Cyan = 0.49, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 53 | 103 | 44 | - |
| CMYK | 0.49 | 0 | 0.57 | 0.60 |
| HSL | 110.85º | 0.4% | 0.29% | - |
| HSV(B) | 110.85º | 0.57% | 0.4% | - |
| XYZ | 6.77 | 10.64 | 4.08 | - |
| YUV | 81.32 | 106.94 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 103 | 44 | 0.49 | 0 | 0.57 | 0.60 | 110.85 | 0.4 | 0.29 |
| Hex | 35 | 67 | 2C | 31 | 0 | 39 | 3C | 6F | 28 | 1D |
| Octal | 65 | 147 | 54 | 61 | 0 | 71 | 74 | 157 | 50 | 35 |
| Binary | 110101 | 1100111 | 101100 | 110001 | 0 | 111001 | 111100 | 1101111 | 101000 | 11101 |
Color Harmonies of #35672C
Complementary color
Monochromatic Colors of #35672C
Black with #35672C
Text Example
Text Example
White with #35672C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35672C; }
p { color: rgb(53,103,44); }
H1.HeaderClassName
{
color: #35672C;
}
.AnyTagClassName
{
color: #35672C;
}
</style>
background-color css
<style>
a { background-color: #35672C; }
a { background-color: rgb(53,103,44); }
div.DivClassName
{
background-color: #35672C;
}
.BgClassName
{
background-color: #35672C;
}
</style>
border-color css
<style>
span { border-color: #35672C; }
span { border-color: rgb(53,103,44); }
td.TdClassName
{
border-color: #35672C;
}
.TagClassName
{
border-color: #35672C;
}
</style>