Shades of Green House #365D26
Tints of Green House #365D26
RGB
CMYK
RGB Variations
Color information
#365D26 (or 0x365D26) is known color: Green House. HEX triplet: 36, 5D and 26. RGB value is (54,93,38). Sum of RGB (Red+Green+Blue) = 54+93+38=185 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.19% from 185); Green value is 93 (36.72% from 255 or 50.27% from 185); Blue value is 38 (15.23% from 255 or 20.54% from 185); Max value from RGB is 93 - color contains mainly: green. Hex color #365D26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365D26 is #C9A2D9. Grayscale: #4B4B4B. Windows color (decimal): -13214426 or 2514230. OLE color: 2514230.
HSL color Cylindrical-coordinate representation of color #365D26: hue angle of 102.55º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #365D26 is Cyan = 0.42, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 54 | 93 | 38 | - |
| CMYK | 0.42 | 0 | 0.59 | 0.64 |
| HSL | 102.55º | 0.42% | 0.26% | - |
| HSV(B) | 102.55º | 0.59% | 0.36% | - |
| XYZ | 5.79 | 8.75 | 3.22 | - |
| YUV | 75.07 | 107.08 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 93 | 38 | 0.42 | 0 | 0.59 | 0.64 | 102.55 | 0.42 | 0.26 |
| Hex | 36 | 5D | 26 | 2A | 0 | 3B | 40 | 67 | 2A | 1A |
| Octal | 66 | 135 | 46 | 52 | 0 | 73 | 100 | 147 | 52 | 32 |
| Binary | 110110 | 1011101 | 100110 | 101010 | 0 | 111011 | 1000000 | 1100111 | 101010 | 11010 |
Color Harmonies of #365D26
Complementary color
Monochromatic Colors of #365D26
Black with #365D26
Text Example
Text Example
White with #365D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365D26; }
p { color: rgb(54,93,38); }
H1.HeaderClassName
{
color: #365D26;
}
.AnyTagClassName
{
color: #365D26;
}
</style>
background-color css
<style>
a { background-color: #365D26; }
a { background-color: rgb(54,93,38); }
div.DivClassName
{
background-color: #365D26;
}
.BgClassName
{
background-color: #365D26;
}
</style>
border-color css
<style>
span { border-color: #365D26; }
span { border-color: rgb(54,93,38); }
td.TdClassName
{
border-color: #365D26;
}
.TagClassName
{
border-color: #365D26;
}
</style>