Shades of Green House #386521
Tints of Green House #386521
RGB
CMYK
RGB Variations
Color information
#386521 (or 0x386521) is known color: Green House. HEX triplet: 38, 65 and 21. RGB value is (56,101,33). Sum of RGB (Red+Green+Blue) = 56+101+33=190 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.47% from 190); Green value is 101 (39.84% from 255 or 53.16% from 190); Blue value is 33 (13.28% from 255 or 17.37% from 190); Max value from RGB is 101 - color contains mainly: green. Hex color #386521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386521 is #C79ADE. Grayscale: #505050. Windows color (decimal): -13081311 or 2188600. OLE color: 2188600.
HSL color Cylindrical-coordinate representation of color #386521: hue angle of 99.71º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #386521 is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 56 | 101 | 33 | - |
| CMYK | 0.45 | 0 | 0.67 | 0.60 |
| HSL | 99.71º | 0.51% | 0.26% | - |
| HSV(B) | 99.71º | 0.67% | 0.4% | - |
| XYZ | 6.56 | 10.26 | 3.07 | - |
| YUV | 79.79 | 101.59 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 101 | 33 | 0.45 | 0 | 0.67 | 0.60 | 99.71 | 0.51 | 0.26 |
| Hex | 38 | 65 | 21 | 2D | 0 | 43 | 3C | 64 | 33 | 1A |
| Octal | 70 | 145 | 41 | 55 | 0 | 103 | 74 | 144 | 63 | 32 |
| Binary | 111000 | 1100101 | 100001 | 101101 | 0 | 1000011 | 111100 | 1100100 | 110011 | 11010 |
Color Harmonies of #386521
Complementary color
Monochromatic Colors of #386521
Black with #386521
Text Example
Text Example
White with #386521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386521; }
p { color: rgb(56,101,33); }
H1.HeaderClassName
{
color: #386521;
}
.AnyTagClassName
{
color: #386521;
}
</style>
background-color css
<style>
a { background-color: #386521; }
a { background-color: rgb(56,101,33); }
div.DivClassName
{
background-color: #386521;
}
.BgClassName
{
background-color: #386521;
}
</style>
border-color css
<style>
span { border-color: #386521; }
span { border-color: rgb(56,101,33); }
td.TdClassName
{
border-color: #386521;
}
.TagClassName
{
border-color: #386521;
}
</style>