Shades of Green House #38672D
Tints of Green House #38672D
RGB
CMYK
RGB Variations
Color information
#38672D (or 0x38672D) is known color: Green House. HEX triplet: 38, 67 and 2D. RGB value is (56,103,45). Sum of RGB (Red+Green+Blue) = 56+103+45=204 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.45% from 204); Green value is 103 (40.62% from 255 or 50.49% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 103 - color contains mainly: green. Hex color #38672D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38672D is #C798D2. Grayscale: #525252. Windows color (decimal): -13080787 or 2975544. OLE color: 2975544.
HSL color Cylindrical-coordinate representation of color #38672D: hue angle of 108.62º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #38672D is Cyan = 0.46, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 56 | 103 | 45 | - |
| CMYK | 0.46 | 0 | 0.56 | 0.60 |
| HSL | 108.62º | 0.39% | 0.29% | - |
| HSV(B) | 108.62º | 0.56% | 0.4% | - |
| XYZ | 6.95 | 10.73 | 4.19 | - |
| YUV | 82.34 | 106.93 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 103 | 45 | 0.46 | 0 | 0.56 | 0.60 | 108.62 | 0.39 | 0.29 |
| Hex | 38 | 67 | 2D | 2E | 0 | 38 | 3C | 6D | 27 | 1D |
| Octal | 70 | 147 | 55 | 56 | 0 | 70 | 74 | 155 | 47 | 35 |
| Binary | 111000 | 1100111 | 101101 | 101110 | 0 | 111000 | 111100 | 1101101 | 100111 | 11101 |
Color Harmonies of #38672D
Complementary color
Monochromatic Colors of #38672D
Black with #38672D
Text Example
Text Example
White with #38672D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38672D; }
p { color: rgb(56,103,45); }
H1.HeaderClassName
{
color: #38672D;
}
.AnyTagClassName
{
color: #38672D;
}
</style>
background-color css
<style>
a { background-color: #38672D; }
a { background-color: rgb(56,103,45); }
div.DivClassName
{
background-color: #38672D;
}
.BgClassName
{
background-color: #38672D;
}
</style>
border-color css
<style>
span { border-color: #38672D; }
span { border-color: rgb(56,103,45); }
td.TdClassName
{
border-color: #38672D;
}
.TagClassName
{
border-color: #38672D;
}
</style>