Shades of Green House #365F2C
Tints of Green House #365F2C
RGB
CMYK
RGB Variations
Color information
#365F2C (or 0x365F2C) is known color: Green House. HEX triplet: 36, 5F and 2C. RGB value is (54,95,44). Sum of RGB (Red+Green+Blue) = 54+95+44=193 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.98% from 193); Green value is 95 (37.5% from 255 or 49.22% from 193); Blue value is 44 (17.58% from 255 or 22.80% from 193); Max value from RGB is 95 - color contains mainly: green. Hex color #365F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365F2C is #C9A0D3. Grayscale: #4D4D4D. Windows color (decimal): -13213908 or 2907958. OLE color: 2907958.
HSL color Cylindrical-coordinate representation of color #365F2C: hue angle of 108.24º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #365F2C is Cyan = 0.43, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 54 | 95 | 44 | - |
| CMYK | 0.43 | 0 | 0.54 | 0.63 |
| HSL | 108.24º | 0.37% | 0.27% | - |
| HSV(B) | 108.24º | 0.54% | 0.37% | - |
| XYZ | 6.07 | 9.15 | 3.83 | - |
| YUV | 76.93 | 109.42 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 95 | 44 | 0.43 | 0 | 0.54 | 0.63 | 108.24 | 0.37 | 0.27 |
| Hex | 36 | 5F | 2C | 2B | 0 | 36 | 3F | 6C | 25 | 1B |
| Octal | 66 | 137 | 54 | 53 | 0 | 66 | 77 | 154 | 45 | 33 |
| Binary | 110110 | 1011111 | 101100 | 101011 | 0 | 110110 | 111111 | 1101100 | 100101 | 11011 |
Color Harmonies of #365F2C
Complementary color
Monochromatic Colors of #365F2C
Black with #365F2C
Text Example
Text Example
White with #365F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365F2C; }
p { color: rgb(54,95,44); }
H1.HeaderClassName
{
color: #365F2C;
}
.AnyTagClassName
{
color: #365F2C;
}
</style>
background-color css
<style>
a { background-color: #365F2C; }
a { background-color: rgb(54,95,44); }
div.DivClassName
{
background-color: #365F2C;
}
.BgClassName
{
background-color: #365F2C;
}
</style>
border-color css
<style>
span { border-color: #365F2C; }
span { border-color: rgb(54,95,44); }
td.TdClassName
{
border-color: #365F2C;
}
.TagClassName
{
border-color: #365F2C;
}
</style>