Shades of Dell #3F5A2A
Tints of Dell #3F5A2A
RGB
CMYK
RGB Variations
Color information
#3F5A2A (or 0x3F5A2A) is known color: Dell. HEX triplet: 3F, 5A and 2A. RGB value is (63,90,42). Sum of RGB (Red+Green+Blue) = 63+90+42=195 (25% of max value = 765). Red value is 63 (25% from 255 or 32.31% from 195); Green value is 90 (35.55% from 255 or 46.15% from 195); Blue value is 42 (16.80% from 255 or 21.54% from 195); Max value from RGB is 90 - color contains mainly: green. Hex color #3F5A2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5A2A is #C0A5D5. Grayscale: #4C4C4C. Windows color (decimal): -12625366 or 2775615. OLE color: 2775615.
HSL color Cylindrical-coordinate representation of color #3F5A2A: hue angle of 93.75º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3F5A2A is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 90 | 42 | - |
| CMYK | 0.30 | 0 | 0.53 | 0.65 |
| HSL | 93.75º | 0.36% | 0.26% | - |
| HSV(B) | 93.75º | 0.53% | 0.35% | - |
| XYZ | 6.12 | 8.54 | 3.52 | - |
| YUV | 76.46 | 108.55 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 90 | 42 | 0.30 | 0 | 0.53 | 0.65 | 93.75 | 0.36 | 0.26 |
| Hex | 3F | 5A | 2A | 1E | 0 | 35 | 41 | 5E | 24 | 1A |
| Octal | 77 | 132 | 52 | 36 | 0 | 65 | 101 | 136 | 44 | 32 |
| Binary | 111111 | 1011010 | 101010 | 11110 | 0 | 110101 | 1000001 | 1011110 | 100100 | 11010 |
Color Harmonies of #3F5A2A
Complementary color
Monochromatic Colors of #3F5A2A
Black with #3F5A2A
Text Example
Text Example
White with #3F5A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5A2A; }
p { color: rgb(63,90,42); }
H1.HeaderClassName
{
color: #3F5A2A;
}
.AnyTagClassName
{
color: #3F5A2A;
}
</style>
background-color css
<style>
a { background-color: #3F5A2A; }
a { background-color: rgb(63,90,42); }
div.DivClassName
{
background-color: #3F5A2A;
}
.BgClassName
{
background-color: #3F5A2A;
}
</style>
border-color css
<style>
span { border-color: #3F5A2A; }
span { border-color: rgb(63,90,42); }
td.TdClassName
{
border-color: #3F5A2A;
}
.TagClassName
{
border-color: #3F5A2A;
}
</style>