Shades of Dell #395A22
Tints of Dell #395A22
RGB
CMYK
RGB Variations
Color information
#395A22 (or 0x395A22) is known color: Dell. HEX triplet: 39, 5A and 22. RGB value is (57,90,34). Sum of RGB (Red+Green+Blue) = 57+90+34=181 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.49% from 181); Green value is 90 (35.55% from 255 or 49.72% from 181); Blue value is 34 (13.67% from 255 or 18.78% from 181); Max value from RGB is 90 - color contains mainly: green. Hex color #395A22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395A22 is #C6A5DD. Grayscale: #494949. Windows color (decimal): -13018590 or 2251321. OLE color: 2251321.
HSL color Cylindrical-coordinate representation of color #395A22: hue angle of 95.36º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #395A22 is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 57 | 90 | 34 | - |
| CMYK | 0.37 | 0 | 0.62 | 0.65 |
| HSL | 95.36º | 0.45% | 0.24% | - |
| HSV(B) | 95.36º | 0.62% | 0.35% | - |
| XYZ | 5.63 | 8.3 | 2.82 | - |
| YUV | 73.75 | 105.57 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 90 | 34 | 0.37 | 0 | 0.62 | 0.65 | 95.36 | 0.45 | 0.24 |
| Hex | 39 | 5A | 22 | 25 | 0 | 3E | 41 | 5F | 2D | 18 |
| Octal | 71 | 132 | 42 | 45 | 0 | 76 | 101 | 137 | 55 | 30 |
| Binary | 111001 | 1011010 | 100010 | 100101 | 0 | 111110 | 1000001 | 1011111 | 101101 | 11000 |
Color Harmonies of #395A22
Complementary color
Monochromatic Colors of #395A22
Black with #395A22
Text Example
Text Example
White with #395A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395A22; }
p { color: rgb(57,90,34); }
H1.HeaderClassName
{
color: #395A22;
}
.AnyTagClassName
{
color: #395A22;
}
</style>
background-color css
<style>
a { background-color: #395A22; }
a { background-color: rgb(57,90,34); }
div.DivClassName
{
background-color: #395A22;
}
.BgClassName
{
background-color: #395A22;
}
</style>
border-color css
<style>
span { border-color: #395A22; }
span { border-color: rgb(57,90,34); }
td.TdClassName
{
border-color: #395A22;
}
.TagClassName
{
border-color: #395A22;
}
</style>