Shades of Green House #38662D
Tints of Green House #38662D
RGB
CMYK
RGB Variations
Color information
#38662D (or 0x38662D) is known color: Green House. HEX triplet: 38, 66 and 2D. RGB value is (56,102,45). Sum of RGB (Red+Green+Blue) = 56+102+45=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 102 (40.23% from 255 or 50.25% from 203); Blue value is 45 (17.97% from 255 or 22.17% from 203); Max value from RGB is 102 - color contains mainly: green. Hex color #38662D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38662D is #C799D2. Grayscale: #515151. Windows color (decimal): -13081043 or 2975288. OLE color: 2975288.
HSL color Cylindrical-coordinate representation of color #38662D: hue angle of 108.42º 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 #38662D is Cyan = 0.45, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 56 | 102 | 45 | - |
| CMYK | 0.45 | 0 | 0.56 | 0.6 |
| HSL | 108.42º | 0.39% | 0.29% | - |
| HSV(B) | 108.42º | 0.56% | 0.4% | - |
| XYZ | 6.86 | 10.53 | 4.15 | - |
| YUV | 81.75 | 107.26 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 102 | 45 | 0.45 | 0 | 0.56 | 0.6 | 108.42 | 0.39 | 0.29 |
| Hex | 38 | 66 | 2D | 2D | 0 | 38 | 3C | 6C | 27 | 1D |
| Octal | 70 | 146 | 55 | 55 | 0 | 70 | 74 | 154 | 47 | 35 |
| Binary | 111000 | 1100110 | 101101 | 101101 | 0 | 111000 | 111100 | 1101100 | 100111 | 11101 |
Color Harmonies of #38662D
Complementary color
Monochromatic Colors of #38662D
Black with #38662D
Text Example
Text Example
White with #38662D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38662D; }
p { color: rgb(56,102,45); }
H1.HeaderClassName
{
color: #38662D;
}
.AnyTagClassName
{
color: #38662D;
}
</style>
background-color css
<style>
a { background-color: #38662D; }
a { background-color: rgb(56,102,45); }
div.DivClassName
{
background-color: #38662D;
}
.BgClassName
{
background-color: #38662D;
}
</style>
border-color css
<style>
span { border-color: #38662D; }
span { border-color: rgb(56,102,45); }
td.TdClassName
{
border-color: #38662D;
}
.TagClassName
{
border-color: #38662D;
}
</style>