Shades of Green House #386C23
Tints of Green House #386C23
RGB
CMYK
RGB Variations
Color information
#386C23 (or 0x386C23) is known color: Green House. HEX triplet: 38, 6C and 23. RGB value is (56,108,35). Sum of RGB (Red+Green+Blue) = 56+108+35=199 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.14% from 199); Green value is 108 (42.58% from 255 or 54.27% from 199); Blue value is 35 (14.06% from 255 or 17.59% from 199); Max value from RGB is 108 - color contains mainly: green. Hex color #386C23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386C23 is #C793DC. Grayscale: #545454. Windows color (decimal): -13079517 or 2321464. OLE color: 2321464.
HSL color Cylindrical-coordinate representation of color #386C23: hue angle of 102.74º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #386C23 is Cyan = 0.48, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 56 | 108 | 35 | - |
| CMYK | 0.48 | 0 | 0.68 | 0.58 |
| HSL | 102.74º | 0.51% | 0.28% | - |
| HSV(B) | 102.74º | 0.68% | 0.42% | - |
| XYZ | 7.3 | 11.69 | 3.46 | - |
| YUV | 84.13 | 100.27 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 108 | 35 | 0.48 | 0 | 0.68 | 0.58 | 102.74 | 0.51 | 0.28 |
| Hex | 38 | 6C | 23 | 30 | 0 | 44 | 3A | 67 | 33 | 1C |
| Octal | 70 | 154 | 43 | 60 | 0 | 104 | 72 | 147 | 63 | 34 |
| Binary | 111000 | 1101100 | 100011 | 110000 | 0 | 1000100 | 111010 | 1100111 | 110011 | 11100 |
Color Harmonies of #386C23
Complementary color
Monochromatic Colors of #386C23
Black with #386C23
Text Example
Text Example
White with #386C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386C23; }
p { color: rgb(56,108,35); }
H1.HeaderClassName
{
color: #386C23;
}
.AnyTagClassName
{
color: #386C23;
}
</style>
background-color css
<style>
a { background-color: #386C23; }
a { background-color: rgb(56,108,35); }
div.DivClassName
{
background-color: #386C23;
}
.BgClassName
{
background-color: #386C23;
}
</style>
border-color css
<style>
span { border-color: #386C23; }
span { border-color: rgb(56,108,35); }
td.TdClassName
{
border-color: #386C23;
}
.TagClassName
{
border-color: #386C23;
}
</style>