Shades of Green House #386922
Tints of Green House #386922
RGB
CMYK
RGB Variations
Color information
#386922 (or 0x386922) is known color: Green House. HEX triplet: 38, 69 and 22. RGB value is (56,105,34). Sum of RGB (Red+Green+Blue) = 56+105+34=195 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.72% from 195); Green value is 105 (41.41% from 255 or 53.85% from 195); Blue value is 34 (13.67% from 255 or 17.44% from 195); Max value from RGB is 105 - color contains mainly: green. Hex color #386922 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386922 is #C796DD. Grayscale: #525252. Windows color (decimal): -13080286 or 2255160. OLE color: 2255160.
HSL color Cylindrical-coordinate representation of color #386922: hue angle of 101.41º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #386922 is Cyan = 0.47, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 56 | 105 | 34 | - |
| CMYK | 0.47 | 0 | 0.68 | 0.59 |
| HSL | 101.41º | 0.51% | 0.27% | - |
| HSV(B) | 101.41º | 0.68% | 0.41% | - |
| XYZ | 6.97 | 11.06 | 3.28 | - |
| YUV | 82.26 | 100.77 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 105 | 34 | 0.47 | 0 | 0.68 | 0.59 | 101.41 | 0.51 | 0.27 |
| Hex | 38 | 69 | 22 | 2F | 0 | 44 | 3B | 65 | 33 | 1B |
| Octal | 70 | 151 | 42 | 57 | 0 | 104 | 73 | 145 | 63 | 33 |
| Binary | 111000 | 1101001 | 100010 | 101111 | 0 | 1000100 | 111011 | 1100101 | 110011 | 11011 |
Color Harmonies of #386922
Complementary color
Monochromatic Colors of #386922
Black with #386922
Text Example
Text Example
White with #386922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386922; }
p { color: rgb(56,105,34); }
H1.HeaderClassName
{
color: #386922;
}
.AnyTagClassName
{
color: #386922;
}
</style>
background-color css
<style>
a { background-color: #386922; }
a { background-color: rgb(56,105,34); }
div.DivClassName
{
background-color: #386922;
}
.BgClassName
{
background-color: #386922;
}
</style>
border-color css
<style>
span { border-color: #386922; }
span { border-color: rgb(56,105,34); }
td.TdClassName
{
border-color: #386922;
}
.TagClassName
{
border-color: #386922;
}
</style>