Shades of Green House #38672F
Tints of Green House #38672F
RGB
CMYK
RGB Variations
Color information
#38672F (or 0x38672F) is known color: Green House. HEX triplet: 38, 67 and 2F. RGB value is (56,103,47). Sum of RGB (Red+Green+Blue) = 56+103+47=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 103 (40.62% from 255 or 50% from 206); Blue value is 47 (18.75% from 255 or 22.82% from 206); Max value from RGB is 103 - color contains mainly: green. Hex color #38672F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38672F is #C798D0. Grayscale: #525252. Windows color (decimal): -13080785 or 3106616. OLE color: 3106616.
HSL color Cylindrical-coordinate representation of color #38672F: hue angle of 110.36º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #38672F is Cyan = 0.46, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 56 | 103 | 47 | - |
| CMYK | 0.46 | 0 | 0.54 | 0.60 |
| HSL | 110.36º | 0.37% | 0.29% | - |
| HSV(B) | 110.36º | 0.54% | 0.4% | - |
| XYZ | 6.99 | 10.75 | 4.39 | - |
| YUV | 82.56 | 107.93 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 103 | 47 | 0.46 | 0 | 0.54 | 0.60 | 110.36 | 0.37 | 0.29 |
| Hex | 38 | 67 | 2F | 2E | 0 | 36 | 3C | 6E | 25 | 1D |
| Octal | 70 | 147 | 57 | 56 | 0 | 66 | 74 | 156 | 45 | 35 |
| Binary | 111000 | 1100111 | 101111 | 101110 | 0 | 110110 | 111100 | 1101110 | 100101 | 11101 |
Color Harmonies of #38672F
Complementary color
Monochromatic Colors of #38672F
Black with #38672F
Text Example
Text Example
White with #38672F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38672F; }
p { color: rgb(56,103,47); }
H1.HeaderClassName
{
color: #38672F;
}
.AnyTagClassName
{
color: #38672F;
}
</style>
background-color css
<style>
a { background-color: #38672F; }
a { background-color: rgb(56,103,47); }
div.DivClassName
{
background-color: #38672F;
}
.BgClassName
{
background-color: #38672F;
}
</style>
border-color css
<style>
span { border-color: #38672F; }
span { border-color: rgb(56,103,47); }
td.TdClassName
{
border-color: #38672F;
}
.TagClassName
{
border-color: #38672F;
}
</style>