Shades of Green House #365B2D
Tints of Green House #365B2D
RGB
CMYK
RGB Variations
Color information
#365B2D (or 0x365B2D) is known color: Green House. HEX triplet: 36, 5B and 2D. RGB value is (54,91,45). Sum of RGB (Red+Green+Blue) = 54+91+45=190 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.42% from 190); Green value is 91 (35.94% from 255 or 47.89% from 190); Blue value is 45 (17.97% from 255 or 23.68% from 190); Max value from RGB is 91 - color contains mainly: green. Hex color #365B2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365B2D is #C9A4D2. Grayscale: #4A4A4A. Windows color (decimal): -13214931 or 2972470. OLE color: 2972470.
HSL color Cylindrical-coordinate representation of color #365B2D: hue angle of 108.26º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #365B2D is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 54 | 91 | 45 | - |
| CMYK | 0.41 | 0 | 0.51 | 0.64 |
| HSL | 108.26º | 0.34% | 0.27% | - |
| HSV(B) | 108.26º | 0.51% | 0.36% | - |
| XYZ | 5.74 | 8.46 | 3.81 | - |
| YUV | 74.69 | 111.24 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 91 | 45 | 0.41 | 0 | 0.51 | 0.64 | 108.26 | 0.34 | 0.27 |
| Hex | 36 | 5B | 2D | 29 | 0 | 33 | 40 | 6C | 22 | 1B |
| Octal | 66 | 133 | 55 | 51 | 0 | 63 | 100 | 154 | 42 | 33 |
| Binary | 110110 | 1011011 | 101101 | 101001 | 0 | 110011 | 1000000 | 1101100 | 100010 | 11011 |
Color Harmonies of #365B2D
Complementary color
Monochromatic Colors of #365B2D
Black with #365B2D
Text Example
Text Example
White with #365B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365B2D; }
p { color: rgb(54,91,45); }
H1.HeaderClassName
{
color: #365B2D;
}
.AnyTagClassName
{
color: #365B2D;
}
</style>
background-color css
<style>
a { background-color: #365B2D; }
a { background-color: rgb(54,91,45); }
div.DivClassName
{
background-color: #365B2D;
}
.BgClassName
{
background-color: #365B2D;
}
</style>
border-color css
<style>
span { border-color: #365B2D; }
span { border-color: rgb(54,91,45); }
td.TdClassName
{
border-color: #365B2D;
}
.TagClassName
{
border-color: #365B2D;
}
</style>