Shades of Green House #386933
Tints of Green House #386933
RGB
CMYK
RGB Variations
Color information
#386933 (or 0x386933) is known color: Green House. HEX triplet: 38, 69 and 33. RGB value is (56,105,51). Sum of RGB (Red+Green+Blue) = 56+105+51=212 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.42% from 212); Green value is 105 (41.41% from 255 or 49.53% from 212); Blue value is 51 (20.31% from 255 or 24.06% from 212); Max value from RGB is 105 - color contains mainly: green. Hex color #386933 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386933 is #C796CC. Grayscale: #545454. Windows color (decimal): -13080269 or 3369272. OLE color: 3369272.
HSL color Cylindrical-coordinate representation of color #386933: hue angle of 114.44º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #386933 is Cyan = 0.47, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 56 | 105 | 51 | - |
| CMYK | 0.47 | 0 | 0.51 | 0.59 |
| HSL | 114.44º | 0.35% | 0.31% | - |
| HSV(B) | 114.44º | 0.51% | 0.41% | - |
| XYZ | 7.28 | 11.18 | 4.91 | - |
| YUV | 84.19 | 109.27 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 105 | 51 | 0.47 | 0 | 0.51 | 0.59 | 114.44 | 0.35 | 0.31 |
| Hex | 38 | 69 | 33 | 2F | 0 | 33 | 3B | 72 | 23 | 1F |
| Octal | 70 | 151 | 63 | 57 | 0 | 63 | 73 | 162 | 43 | 37 |
| Binary | 111000 | 1101001 | 110011 | 101111 | 0 | 110011 | 111011 | 1110010 | 100011 | 11111 |
Color Harmonies of #386933
Complementary color
Monochromatic Colors of #386933
Black with #386933
Text Example
Text Example
White with #386933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386933; }
p { color: rgb(56,105,51); }
H1.HeaderClassName
{
color: #386933;
}
.AnyTagClassName
{
color: #386933;
}
</style>
background-color css
<style>
a { background-color: #386933; }
a { background-color: rgb(56,105,51); }
div.DivClassName
{
background-color: #386933;
}
.BgClassName
{
background-color: #386933;
}
</style>
border-color css
<style>
span { border-color: #386933; }
span { border-color: rgb(56,105,51); }
td.TdClassName
{
border-color: #386933;
}
.TagClassName
{
border-color: #386933;
}
</style>