Shades of Green House #386424
Tints of Green House #386424
RGB
CMYK
RGB Variations
Color information
#386424 (or 0x386424) is known color: Green House. HEX triplet: 38, 64 and 24. RGB value is (56,100,36). Sum of RGB (Red+Green+Blue) = 56+100+36=192 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.17% from 192); Green value is 100 (39.45% from 255 or 52.08% from 192); Blue value is 36 (14.45% from 255 or 18.75% from 192); Max value from RGB is 100 - color contains mainly: green. Hex color #386424 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386424 is #C79BDB. Grayscale: #4F4F4F. Windows color (decimal): -13081564 or 2384952. OLE color: 2384952.
HSL color Cylindrical-coordinate representation of color #386424: hue angle of 101.25º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #386424 is Cyan = 0.44, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 56 | 100 | 36 | - |
| CMYK | 0.44 | 0 | 0.64 | 0.61 |
| HSL | 101.25º | 0.47% | 0.27% | - |
| HSV(B) | 101.25º | 0.64% | 0.39% | - |
| XYZ | 6.51 | 10.08 | 3.27 | - |
| YUV | 79.55 | 103.42 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 100 | 36 | 0.44 | 0 | 0.64 | 0.61 | 101.25 | 0.47 | 0.27 |
| Hex | 38 | 64 | 24 | 2C | 0 | 40 | 3D | 65 | 2F | 1B |
| Octal | 70 | 144 | 44 | 54 | 0 | 100 | 75 | 145 | 57 | 33 |
| Binary | 111000 | 1100100 | 100100 | 101100 | 0 | 1000000 | 111101 | 1100101 | 101111 | 11011 |
Color Harmonies of #386424
Complementary color
Monochromatic Colors of #386424
Black with #386424
Text Example
Text Example
White with #386424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386424; }
p { color: rgb(56,100,36); }
H1.HeaderClassName
{
color: #386424;
}
.AnyTagClassName
{
color: #386424;
}
</style>
background-color css
<style>
a { background-color: #386424; }
a { background-color: rgb(56,100,36); }
div.DivClassName
{
background-color: #386424;
}
.BgClassName
{
background-color: #386424;
}
</style>
border-color css
<style>
span { border-color: #386424; }
span { border-color: rgb(56,100,36); }
td.TdClassName
{
border-color: #386424;
}
.TagClassName
{
border-color: #386424;
}
</style>