Shades of Green House #38632C
Tints of Green House #38632C
RGB
CMYK
RGB Variations
Color information
#38632C (or 0x38632C) is known color: Green House. HEX triplet: 38, 63 and 2C. RGB value is (56,99,44). Sum of RGB (Red+Green+Blue) = 56+99+44=199 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.14% from 199); Green value is 99 (39.06% from 255 or 49.75% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 99 - color contains mainly: green. Hex color #38632C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38632C is #C79CD3. Grayscale: #505050. Windows color (decimal): -13081812 or 2908984. OLE color: 2908984.
HSL color Cylindrical-coordinate representation of color #38632C: hue angle of 106.91º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #38632C is Cyan = 0.43, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 56 | 99 | 44 | - |
| CMYK | 0.43 | 0 | 0.56 | 0.61 |
| HSL | 106.91º | 0.38% | 0.28% | - |
| HSV(B) | 106.91º | 0.56% | 0.39% | - |
| XYZ | 6.55 | 9.95 | 3.96 | - |
| YUV | 79.87 | 107.75 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 99 | 44 | 0.43 | 0 | 0.56 | 0.61 | 106.91 | 0.38 | 0.28 |
| Hex | 38 | 63 | 2C | 2B | 0 | 38 | 3D | 6B | 26 | 1C |
| Octal | 70 | 143 | 54 | 53 | 0 | 70 | 75 | 153 | 46 | 34 |
| Binary | 111000 | 1100011 | 101100 | 101011 | 0 | 111000 | 111101 | 1101011 | 100110 | 11100 |
Color Harmonies of #38632C
Complementary color
Monochromatic Colors of #38632C
Black with #38632C
Text Example
Text Example
White with #38632C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38632C; }
p { color: rgb(56,99,44); }
H1.HeaderClassName
{
color: #38632C;
}
.AnyTagClassName
{
color: #38632C;
}
</style>
background-color css
<style>
a { background-color: #38632C; }
a { background-color: rgb(56,99,44); }
div.DivClassName
{
background-color: #38632C;
}
.BgClassName
{
background-color: #38632C;
}
</style>
border-color css
<style>
span { border-color: #38632C; }
span { border-color: rgb(56,99,44); }
td.TdClassName
{
border-color: #38632C;
}
.TagClassName
{
border-color: #38632C;
}
</style>