Shades of Dell #385A20
Tints of Dell #385A20
RGB
CMYK
RGB Variations
Color information
#385A20 (or 0x385A20) is known color: Dell. HEX triplet: 38, 5A and 20. RGB value is (56,90,32). Sum of RGB (Red+Green+Blue) = 56+90+32=178 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.46% from 178); Green value is 90 (35.55% from 255 or 50.56% from 178); Blue value is 32 (12.89% from 255 or 17.98% from 178); Max value from RGB is 90 - color contains mainly: green. Hex color #385A20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385A20 is #C7A5DF. Grayscale: #494949. Windows color (decimal): -13084128 or 2120248. OLE color: 2120248.
HSL color Cylindrical-coordinate representation of color #385A20: hue angle of 95.17º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #385A20 is Cyan = 0.38, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 90 | 32 | - |
| CMYK | 0.38 | 0 | 0.64 | 0.65 |
| HSL | 95.17º | 0.48% | 0.24% | - |
| HSV(B) | 95.17º | 0.64% | 0.35% | - |
| XYZ | 5.55 | 8.26 | 2.67 | - |
| YUV | 73.22 | 104.74 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 90 | 32 | 0.38 | 0 | 0.64 | 0.65 | 95.17 | 0.48 | 0.24 |
| Hex | 38 | 5A | 20 | 26 | 0 | 40 | 41 | 5F | 30 | 18 |
| Octal | 70 | 132 | 40 | 46 | 0 | 100 | 101 | 137 | 60 | 30 |
| Binary | 111000 | 1011010 | 100000 | 100110 | 0 | 1000000 | 1000001 | 1011111 | 110000 | 11000 |
Color Harmonies of #385A20
Complementary color
Monochromatic Colors of #385A20
Black with #385A20
Text Example
Text Example
White with #385A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385A20; }
p { color: rgb(56,90,32); }
H1.HeaderClassName
{
color: #385A20;
}
.AnyTagClassName
{
color: #385A20;
}
</style>
background-color css
<style>
a { background-color: #385A20; }
a { background-color: rgb(56,90,32); }
div.DivClassName
{
background-color: #385A20;
}
.BgClassName
{
background-color: #385A20;
}
</style>
border-color css
<style>
span { border-color: #385A20; }
span { border-color: rgb(56,90,32); }
td.TdClassName
{
border-color: #385A20;
}
.TagClassName
{
border-color: #385A20;
}
</style>