Shades of Green House #385435
Tints of Green House #385435
RGB
CMYK
RGB Variations
Color information
#385435 (or 0x385435) is known color: Green House. HEX triplet: 38, 54 and 35. RGB value is (56,84,53). Sum of RGB (Red+Green+Blue) = 56+84+53=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 84 (33.20% from 255 or 43.52% from 193); Blue value is 53 (21.09% from 255 or 27.46% from 193); Max value from RGB is 84 - color contains mainly: green. Hex color #385435 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385435 is #C7ABCA. Grayscale: #484848. Windows color (decimal): -13085643 or 3494968. OLE color: 3494968.
HSL color Cylindrical-coordinate representation of color #385435: hue angle of 114.19º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #385435 is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 56 | 84 | 53 | - |
| CMYK | 0.33 | 0 | 0.37 | 0.67 |
| HSL | 114.19º | 0.23% | 0.27% | - |
| HSV(B) | 114.19º | 0.37% | 0.33% | - |
| XYZ | 5.44 | 7.44 | 4.52 | - |
| YUV | 72.09 | 117.22 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 84 | 53 | 0.33 | 0 | 0.37 | 0.67 | 114.19 | 0.23 | 0.27 |
| Hex | 38 | 54 | 35 | 21 | 0 | 25 | 43 | 72 | 17 | 1B |
| Octal | 70 | 124 | 65 | 41 | 0 | 45 | 103 | 162 | 27 | 33 |
| Binary | 111000 | 1010100 | 110101 | 100001 | 0 | 100101 | 1000011 | 1110010 | 10111 | 11011 |
Color Harmonies of #385435
Complementary color
Monochromatic Colors of #385435
Black with #385435
Text Example
Text Example
White with #385435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385435; }
p { color: rgb(56,84,53); }
H1.HeaderClassName
{
color: #385435;
}
.AnyTagClassName
{
color: #385435;
}
</style>
background-color css
<style>
a { background-color: #385435; }
a { background-color: rgb(56,84,53); }
div.DivClassName
{
background-color: #385435;
}
.BgClassName
{
background-color: #385435;
}
</style>
border-color css
<style>
span { border-color: #385435; }
span { border-color: rgb(56,84,53); }
td.TdClassName
{
border-color: #385435;
}
.TagClassName
{
border-color: #385435;
}
</style>