Shades of Green House #365C31
Tints of Green House #365C31
RGB
CMYK
RGB Variations
Color information
#365C31 (or 0x365C31) is known color: Green House. HEX triplet: 36, 5C and 31. RGB value is (54,92,49). Sum of RGB (Red+Green+Blue) = 54+92+49=195 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.69% from 195); Green value is 92 (36.33% from 255 or 47.18% from 195); Blue value is 49 (19.53% from 255 or 25.13% from 195); Max value from RGB is 92 - color contains mainly: green. Hex color #365C31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365C31 is #C9A3CE. Grayscale: #4B4B4B. Windows color (decimal): -13214671 or 3234870. OLE color: 3234870.
HSL color Cylindrical-coordinate representation of color #365C31: hue angle of 113.02º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #365C31 is Cyan = 0.41, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 54 | 92 | 49 | - |
| CMYK | 0.41 | 0 | 0.47 | 0.64 |
| HSL | 113.02º | 0.3% | 0.28% | - |
| HSV(B) | 113.02º | 0.47% | 0.36% | - |
| XYZ | 5.9 | 8.66 | 4.27 | - |
| YUV | 75.74 | 112.91 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 92 | 49 | 0.41 | 0 | 0.47 | 0.64 | 113.02 | 0.3 | 0.28 |
| Hex | 36 | 5C | 31 | 29 | 0 | 2F | 40 | 71 | 1E | 1C |
| Octal | 66 | 134 | 61 | 51 | 0 | 57 | 100 | 161 | 36 | 34 |
| Binary | 110110 | 1011100 | 110001 | 101001 | 0 | 101111 | 1000000 | 1110001 | 11110 | 11100 |
Color Harmonies of #365C31
Complementary color
Monochromatic Colors of #365C31
Black with #365C31
Text Example
Text Example
White with #365C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365C31; }
p { color: rgb(54,92,49); }
H1.HeaderClassName
{
color: #365C31;
}
.AnyTagClassName
{
color: #365C31;
}
</style>
background-color css
<style>
a { background-color: #365C31; }
a { background-color: rgb(54,92,49); }
div.DivClassName
{
background-color: #365C31;
}
.BgClassName
{
background-color: #365C31;
}
</style>
border-color css
<style>
span { border-color: #365C31; }
span { border-color: rgb(54,92,49); }
td.TdClassName
{
border-color: #365C31;
}
.TagClassName
{
border-color: #365C31;
}
</style>