Shades of Green House #356B25
Tints of Green House #356B25
RGB
CMYK
RGB Variations
Color information
#356B25 (or 0x356B25) is known color: Green House. HEX triplet: 35, 6B and 25. RGB value is (53,107,37). Sum of RGB (Red+Green+Blue) = 53+107+37=197 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.90% from 197); Green value is 107 (42.19% from 255 or 54.31% from 197); Blue value is 37 (14.84% from 255 or 18.78% from 197); Max value from RGB is 107 - color contains mainly: green. Hex color #356B25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356B25 is #CA94DA. Grayscale: #535353. Windows color (decimal): -13276379 or 2452277. OLE color: 2452277.
HSL color Cylindrical-coordinate representation of color #356B25: hue angle of 106.29º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #356B25 is Cyan = 0.50, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 53 | 107 | 37 | - |
| CMYK | 0.50 | 0 | 0.65 | 0.58 |
| HSL | 106.29º | 0.49% | 0.28% | - |
| HSV(B) | 106.29º | 0.65% | 0.42% | - |
| XYZ | 7.06 | 11.41 | 3.58 | - |
| YUV | 82.87 | 102.11 | 106.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 107 | 37 | 0.50 | 0 | 0.65 | 0.58 | 106.29 | 0.49 | 0.28 |
| Hex | 35 | 6B | 25 | 32 | 0 | 41 | 3A | 6A | 31 | 1C |
| Octal | 65 | 153 | 45 | 62 | 0 | 101 | 72 | 152 | 61 | 34 |
| Binary | 110101 | 1101011 | 100101 | 110010 | 0 | 1000001 | 111010 | 1101010 | 110001 | 11100 |
Color Harmonies of #356B25
Complementary color
Monochromatic Colors of #356B25
Black with #356B25
Text Example
Text Example
White with #356B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356B25; }
p { color: rgb(53,107,37); }
H1.HeaderClassName
{
color: #356B25;
}
.AnyTagClassName
{
color: #356B25;
}
</style>
background-color css
<style>
a { background-color: #356B25; }
a { background-color: rgb(53,107,37); }
div.DivClassName
{
background-color: #356B25;
}
.BgClassName
{
background-color: #356B25;
}
</style>
border-color css
<style>
span { border-color: #356B25; }
span { border-color: rgb(53,107,37); }
td.TdClassName
{
border-color: #356B25;
}
.TagClassName
{
border-color: #356B25;
}
</style>