Shades of Green House #38682C
Tints of Green House #38682C
RGB
CMYK
RGB Variations
Color information
#38682C (or 0x38682C) is known color: Green House. HEX triplet: 38, 68 and 2C. RGB value is (56,104,44). Sum of RGB (Red+Green+Blue) = 56+104+44=204 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.45% from 204); Green value is 104 (41.02% from 255 or 50.98% from 204); Blue value is 44 (17.58% from 255 or 21.57% from 204); Max value from RGB is 104 - color contains mainly: green. Hex color #38682C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38682C is #C797D3. Grayscale: #535353. Windows color (decimal): -13080532 or 2910264. OLE color: 2910264.
HSL color Cylindrical-coordinate representation of color #38682C: hue angle of 108º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #38682C is Cyan = 0.46, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 56 | 104 | 44 | - |
| CMYK | 0.46 | 0 | 0.58 | 0.59 |
| HSL | 108º | 0.41% | 0.29% | - |
| HSV(B) | 108º | 0.58% | 0.41% | - |
| XYZ | 7.04 | 10.92 | 4.12 | - |
| YUV | 82.81 | 106.1 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 104 | 44 | 0.46 | 0 | 0.58 | 0.59 | 108 | 0.41 | 0.29 |
| Hex | 38 | 68 | 2C | 2E | 0 | 3A | 3B | 6C | 29 | 1D |
| Octal | 70 | 150 | 54 | 56 | 0 | 72 | 73 | 154 | 51 | 35 |
| Binary | 111000 | 1101000 | 101100 | 101110 | 0 | 111010 | 111011 | 1101100 | 101001 | 11101 |
Color Harmonies of #38682C
Complementary color
Monochromatic Colors of #38682C
Black with #38682C
Text Example
Text Example
White with #38682C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38682C; }
p { color: rgb(56,104,44); }
H1.HeaderClassName
{
color: #38682C;
}
.AnyTagClassName
{
color: #38682C;
}
</style>
background-color css
<style>
a { background-color: #38682C; }
a { background-color: rgb(56,104,44); }
div.DivClassName
{
background-color: #38682C;
}
.BgClassName
{
background-color: #38682C;
}
</style>
border-color css
<style>
span { border-color: #38682C; }
span { border-color: rgb(56,104,44); }
td.TdClassName
{
border-color: #38682C;
}
.TagClassName
{
border-color: #38682C;
}
</style>