Shades of Green House #386429
Tints of Green House #386429
RGB
CMYK
RGB Variations
Color information
#386429 (or 0x386429) is known color: Green House. HEX triplet: 38, 64 and 29. RGB value is (56,100,41). Sum of RGB (Red+Green+Blue) = 56+100+41=197 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.43% from 197); Green value is 100 (39.45% from 255 or 50.76% from 197); Blue value is 41 (16.41% from 255 or 20.81% from 197); Max value from RGB is 100 - color contains mainly: green. Hex color #386429 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386429 is #C79BD6. Grayscale: #505050. Windows color (decimal): -13081559 or 2712632. OLE color: 2712632.
HSL color Cylindrical-coordinate representation of color #386429: hue angle of 104.75º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #386429 is Cyan = 0.44, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 56 | 100 | 41 | - |
| CMYK | 0.44 | 0 | 0.59 | 0.61 |
| HSL | 104.75º | 0.42% | 0.28% | - |
| HSV(B) | 104.75º | 0.59% | 0.39% | - |
| XYZ | 6.59 | 10.12 | 3.7 | - |
| YUV | 80.12 | 105.92 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 100 | 41 | 0.44 | 0 | 0.59 | 0.61 | 104.75 | 0.42 | 0.28 |
| Hex | 38 | 64 | 29 | 2C | 0 | 3B | 3D | 69 | 2A | 1C |
| Octal | 70 | 144 | 51 | 54 | 0 | 73 | 75 | 151 | 52 | 34 |
| Binary | 111000 | 1100100 | 101001 | 101100 | 0 | 111011 | 111101 | 1101001 | 101010 | 11100 |
Color Harmonies of #386429
Complementary color
Monochromatic Colors of #386429
Black with #386429
Text Example
Text Example
White with #386429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386429; }
p { color: rgb(56,100,41); }
H1.HeaderClassName
{
color: #386429;
}
.AnyTagClassName
{
color: #386429;
}
</style>
background-color css
<style>
a { background-color: #386429; }
a { background-color: rgb(56,100,41); }
div.DivClassName
{
background-color: #386429;
}
.BgClassName
{
background-color: #386429;
}
</style>
border-color css
<style>
span { border-color: #386429; }
span { border-color: rgb(56,100,41); }
td.TdClassName
{
border-color: #386429;
}
.TagClassName
{
border-color: #386429;
}
</style>