Shades of Green House #365C25
Tints of Green House #365C25
RGB
CMYK
RGB Variations
Color information
#365C25 (or 0x365C25) is known color: Green House. HEX triplet: 36, 5C and 25. RGB value is (54,92,37). Sum of RGB (Red+Green+Blue) = 54+92+37=183 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.51% from 183); Green value is 92 (36.33% from 255 or 50.27% from 183); Blue value is 37 (14.84% from 255 or 20.22% from 183); Max value from RGB is 92 - color contains mainly: green. Hex color #365C25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365C25 is #C9A3DA. Grayscale: #4A4A4A. Windows color (decimal): -13214683 or 2448438. OLE color: 2448438.
HSL color Cylindrical-coordinate representation of color #365C25: hue angle of 101.45º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #365C25 is Cyan = 0.41, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 54 | 92 | 37 | - |
| CMYK | 0.41 | 0 | 0.60 | 0.64 |
| HSL | 101.45º | 0.43% | 0.25% | - |
| HSV(B) | 101.45º | 0.6% | 0.36% | - |
| XYZ | 5.68 | 8.57 | 3.11 | - |
| YUV | 74.37 | 106.91 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 92 | 37 | 0.41 | 0 | 0.60 | 0.64 | 101.45 | 0.43 | 0.25 |
| Hex | 36 | 5C | 25 | 29 | 0 | 3C | 40 | 65 | 2B | 19 |
| Octal | 66 | 134 | 45 | 51 | 0 | 74 | 100 | 145 | 53 | 31 |
| Binary | 110110 | 1011100 | 100101 | 101001 | 0 | 111100 | 1000000 | 1100101 | 101011 | 11001 |
Color Harmonies of #365C25
Complementary color
Monochromatic Colors of #365C25
Black with #365C25
Text Example
Text Example
White with #365C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365C25; }
p { color: rgb(54,92,37); }
H1.HeaderClassName
{
color: #365C25;
}
.AnyTagClassName
{
color: #365C25;
}
</style>
background-color css
<style>
a { background-color: #365C25; }
a { background-color: rgb(54,92,37); }
div.DivClassName
{
background-color: #365C25;
}
.BgClassName
{
background-color: #365C25;
}
</style>
border-color css
<style>
span { border-color: #365C25; }
span { border-color: rgb(54,92,37); }
td.TdClassName
{
border-color: #365C25;
}
.TagClassName
{
border-color: #365C25;
}
</style>