Shades of Green House #385A34
Tints of Green House #385A34
RGB
CMYK
RGB Variations
Color information
#385A34 (or 0x385A34) is known color: Green House. HEX triplet: 38, 5A and 34. RGB value is (56,90,52). Sum of RGB (Red+Green+Blue) = 56+90+52=198 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.28% from 198); Green value is 90 (35.55% from 255 or 45.45% from 198); Blue value is 52 (20.70% from 255 or 26.26% from 198); Max value from RGB is 90 - color contains mainly: green. Hex color #385A34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385A34 is #C7A5CB. Grayscale: #4B4B4B. Windows color (decimal): -13084108 or 3430968. OLE color: 3430968.
HSL color Cylindrical-coordinate representation of color #385A34: hue angle of 113.68º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #385A34 is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 90 | 52 | - |
| CMYK | 0.38 | 0 | 0.42 | 0.65 |
| HSL | 113.68º | 0.27% | 0.28% | - |
| HSV(B) | 113.68º | 0.42% | 0.35% | - |
| XYZ | 5.91 | 8.4 | 4.56 | - |
| YUV | 75.5 | 114.74 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 90 | 52 | 0.38 | 0 | 0.42 | 0.65 | 113.68 | 0.27 | 0.28 |
| Hex | 38 | 5A | 34 | 26 | 0 | 2A | 41 | 72 | 1B | 1C |
| Octal | 70 | 132 | 64 | 46 | 0 | 52 | 101 | 162 | 33 | 34 |
| Binary | 111000 | 1011010 | 110100 | 100110 | 0 | 101010 | 1000001 | 1110010 | 11011 | 11100 |
Color Harmonies of #385A34
Complementary color
Monochromatic Colors of #385A34
Black with #385A34
Text Example
Text Example
White with #385A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385A34; }
p { color: rgb(56,90,52); }
H1.HeaderClassName
{
color: #385A34;
}
.AnyTagClassName
{
color: #385A34;
}
</style>
background-color css
<style>
a { background-color: #385A34; }
a { background-color: rgb(56,90,52); }
div.DivClassName
{
background-color: #385A34;
}
.BgClassName
{
background-color: #385A34;
}
</style>
border-color css
<style>
span { border-color: #385A34; }
span { border-color: rgb(56,90,52); }
td.TdClassName
{
border-color: #385A34;
}
.TagClassName
{
border-color: #385A34;
}
</style>