Shades of Green House #386330
Tints of Green House #386330
RGB
CMYK
RGB Variations
Color information
#386330 (or 0x386330) is known color: Green House. HEX triplet: 38, 63 and 30. RGB value is (56,99,48). Sum of RGB (Red+Green+Blue) = 56+99+48=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 99 (39.06% from 255 or 48.77% from 203); Blue value is 48 (19.14% from 255 or 23.65% from 203); Max value from RGB is 99 - color contains mainly: green. Hex color #386330 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386330 is #C79CCF. Grayscale: #505050. Windows color (decimal): -13081808 or 3171128. OLE color: 3171128.
HSL color Cylindrical-coordinate representation of color #386330: hue angle of 110.59º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #386330 is Cyan = 0.43, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 56 | 99 | 48 | - |
| CMYK | 0.43 | 0 | 0.52 | 0.61 |
| HSL | 110.59º | 0.35% | 0.29% | - |
| HSV(B) | 110.59º | 0.52% | 0.39% | - |
| XYZ | 6.63 | 9.98 | 4.37 | - |
| YUV | 80.33 | 109.75 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 99 | 48 | 0.43 | 0 | 0.52 | 0.61 | 110.59 | 0.35 | 0.29 |
| Hex | 38 | 63 | 30 | 2B | 0 | 34 | 3D | 6F | 23 | 1D |
| Octal | 70 | 143 | 60 | 53 | 0 | 64 | 75 | 157 | 43 | 35 |
| Binary | 111000 | 1100011 | 110000 | 101011 | 0 | 110100 | 111101 | 1101111 | 100011 | 11101 |
Color Harmonies of #386330
Complementary color
Monochromatic Colors of #386330
Black with #386330
Text Example
Text Example
White with #386330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386330; }
p { color: rgb(56,99,48); }
H1.HeaderClassName
{
color: #386330;
}
.AnyTagClassName
{
color: #386330;
}
</style>
background-color css
<style>
a { background-color: #386330; }
a { background-color: rgb(56,99,48); }
div.DivClassName
{
background-color: #386330;
}
.BgClassName
{
background-color: #386330;
}
</style>
border-color css
<style>
span { border-color: #386330; }
span { border-color: rgb(56,99,48); }
td.TdClassName
{
border-color: #386330;
}
.TagClassName
{
border-color: #386330;
}
</style>