Shades of Green House #386C33
Tints of Green House #386C33
RGB
CMYK
RGB Variations
Color information
#386C33 (or 0x386C33) is known color: Green House. HEX triplet: 38, 6C and 33. RGB value is (56,108,51). Sum of RGB (Red+Green+Blue) = 56+108+51=215 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.05% from 215); Green value is 108 (42.58% from 255 or 50.23% from 215); Blue value is 51 (20.31% from 255 or 23.72% from 215); Max value from RGB is 108 - color contains mainly: green. Hex color #386C33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386C33 is #C793CC. Grayscale: #565656. Windows color (decimal): -13079501 or 3370040. OLE color: 3370040.
HSL color Cylindrical-coordinate representation of color #386C33: hue angle of 114.74º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #386C33 is Cyan = 0.48, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 56 | 108 | 51 | - |
| CMYK | 0.48 | 0 | 0.53 | 0.58 |
| HSL | 114.74º | 0.36% | 0.31% | - |
| HSV(B) | 114.74º | 0.53% | 0.42% | - |
| XYZ | 7.59 | 11.8 | 5.01 | - |
| YUV | 85.95 | 108.27 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 108 | 51 | 0.48 | 0 | 0.53 | 0.58 | 114.74 | 0.36 | 0.31 |
| Hex | 38 | 6C | 33 | 30 | 0 | 35 | 3A | 73 | 24 | 1F |
| Octal | 70 | 154 | 63 | 60 | 0 | 65 | 72 | 163 | 44 | 37 |
| Binary | 111000 | 1101100 | 110011 | 110000 | 0 | 110101 | 111010 | 1110011 | 100100 | 11111 |
Color Harmonies of #386C33
Complementary color
Monochromatic Colors of #386C33
Black with #386C33
Text Example
Text Example
White with #386C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386C33; }
p { color: rgb(56,108,51); }
H1.HeaderClassName
{
color: #386C33;
}
.AnyTagClassName
{
color: #386C33;
}
</style>
background-color css
<style>
a { background-color: #386C33; }
a { background-color: rgb(56,108,51); }
div.DivClassName
{
background-color: #386C33;
}
.BgClassName
{
background-color: #386C33;
}
</style>
border-color css
<style>
span { border-color: #386C33; }
span { border-color: rgb(56,108,51); }
td.TdClassName
{
border-color: #386C33;
}
.TagClassName
{
border-color: #386C33;
}
</style>