Shades of Green House #38602F
Tints of Green House #38602F
RGB
CMYK
RGB Variations
Color information
#38602F (or 0x38602F) is known color: Green House. HEX triplet: 38, 60 and 2F. RGB value is (56,96,47). Sum of RGB (Red+Green+Blue) = 56+96+47=199 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.14% from 199); Green value is 96 (37.89% from 255 or 48.24% from 199); Blue value is 47 (18.75% from 255 or 23.62% from 199); Max value from RGB is 96 - color contains mainly: green. Hex color #38602F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38602F is #C79FD0. Grayscale: #4E4E4E. Windows color (decimal): -13082577 or 3104824. OLE color: 3104824.
HSL color Cylindrical-coordinate representation of color #38602F: hue angle of 108.98º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #38602F is Cyan = 0.42, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 56 | 96 | 47 | - |
| CMYK | 0.42 | 0 | 0.51 | 0.62 |
| HSL | 108.98º | 0.34% | 0.28% | - |
| HSV(B) | 108.98º | 0.51% | 0.38% | - |
| XYZ | 6.33 | 9.41 | 4.17 | - |
| YUV | 78.45 | 110.25 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 96 | 47 | 0.42 | 0 | 0.51 | 0.62 | 108.98 | 0.34 | 0.28 |
| Hex | 38 | 60 | 2F | 2A | 0 | 33 | 3E | 6D | 22 | 1C |
| Octal | 70 | 140 | 57 | 52 | 0 | 63 | 76 | 155 | 42 | 34 |
| Binary | 111000 | 1100000 | 101111 | 101010 | 0 | 110011 | 111110 | 1101101 | 100010 | 11100 |
Color Harmonies of #38602F
Complementary color
Monochromatic Colors of #38602F
Black with #38602F
Text Example
Text Example
White with #38602F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38602F; }
p { color: rgb(56,96,47); }
H1.HeaderClassName
{
color: #38602F;
}
.AnyTagClassName
{
color: #38602F;
}
</style>
background-color css
<style>
a { background-color: #38602F; }
a { background-color: rgb(56,96,47); }
div.DivClassName
{
background-color: #38602F;
}
.BgClassName
{
background-color: #38602F;
}
</style>
border-color css
<style>
span { border-color: #38602F; }
span { border-color: rgb(56,96,47); }
td.TdClassName
{
border-color: #38602F;
}
.TagClassName
{
border-color: #38602F;
}
</style>