Shades of Green House #366527
Tints of Green House #366527
RGB
CMYK
RGB Variations
Color information
#366527 (or 0x366527) is known color: Green House. HEX triplet: 36, 65 and 27. RGB value is (54,101,39). Sum of RGB (Red+Green+Blue) = 54+101+39=194 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.84% from 194); Green value is 101 (39.84% from 255 or 52.06% from 194); Blue value is 39 (15.62% from 255 or 20.10% from 194); Max value from RGB is 101 - color contains mainly: green. Hex color #366527 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366527 is #C99AD8. Grayscale: #505050. Windows color (decimal): -13212377 or 2581814. OLE color: 2581814.
HSL color Cylindrical-coordinate representation of color #366527: hue angle of 105.48º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #366527 is Cyan = 0.47, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 54 | 101 | 39 | - |
| CMYK | 0.47 | 0 | 0.61 | 0.60 |
| HSL | 105.48º | 0.44% | 0.27% | - |
| HSV(B) | 105.48º | 0.61% | 0.4% | - |
| XYZ | 6.54 | 10.24 | 3.55 | - |
| YUV | 79.88 | 104.93 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 101 | 39 | 0.47 | 0 | 0.61 | 0.60 | 105.48 | 0.44 | 0.27 |
| Hex | 36 | 65 | 27 | 2F | 0 | 3D | 3C | 69 | 2C | 1B |
| Octal | 66 | 145 | 47 | 57 | 0 | 75 | 74 | 151 | 54 | 33 |
| Binary | 110110 | 1100101 | 100111 | 101111 | 0 | 111101 | 111100 | 1101001 | 101100 | 11011 |
Color Harmonies of #366527
Complementary color
Monochromatic Colors of #366527
Black with #366527
Text Example
Text Example
White with #366527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366527; }
p { color: rgb(54,101,39); }
H1.HeaderClassName
{
color: #366527;
}
.AnyTagClassName
{
color: #366527;
}
</style>
background-color css
<style>
a { background-color: #366527; }
a { background-color: rgb(54,101,39); }
div.DivClassName
{
background-color: #366527;
}
.BgClassName
{
background-color: #366527;
}
</style>
border-color css
<style>
span { border-color: #366527; }
span { border-color: rgb(54,101,39); }
td.TdClassName
{
border-color: #366527;
}
.TagClassName
{
border-color: #366527;
}
</style>