Shades of Dell #3F5F22
Tints of Dell #3F5F22
RGB
CMYK
RGB Variations
Color information
#3F5F22 (or 0x3F5F22) is known color: Dell. HEX triplet: 3F, 5F and 22. RGB value is (63,95,34). Sum of RGB (Red+Green+Blue) = 63+95+34=192 (25% of max value = 765). Red value is 63 (25% from 255 or 32.81% from 192); Green value is 95 (37.5% from 255 or 49.48% from 192); Blue value is 34 (13.67% from 255 or 17.71% from 192); Max value from RGB is 95 - color contains mainly: green. Hex color #3F5F22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5F22 is #C0A0DD. Grayscale: #4E4E4E. Windows color (decimal): -12624094 or 2252607. OLE color: 2252607.
HSL color Cylindrical-coordinate representation of color #3F5F22: hue angle of 91.48º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F5F22 is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 63 | 95 | 34 | - |
| CMYK | 0.34 | 0 | 0.64 | 0.63 |
| HSL | 91.48º | 0.47% | 0.25% | - |
| HSV(B) | 91.48º | 0.64% | 0.37% | - |
| XYZ | 6.43 | 9.36 | 2.98 | - |
| YUV | 78.48 | 102.9 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 95 | 34 | 0.34 | 0 | 0.64 | 0.63 | 91.48 | 0.47 | 0.25 |
| Hex | 3F | 5F | 22 | 22 | 0 | 40 | 3F | 5B | 2F | 19 |
| Octal | 77 | 137 | 42 | 42 | 0 | 100 | 77 | 133 | 57 | 31 |
| Binary | 111111 | 1011111 | 100010 | 100010 | 0 | 1000000 | 111111 | 1011011 | 101111 | 11001 |
Color Harmonies of #3F5F22
Complementary color
Monochromatic Colors of #3F5F22
Black with #3F5F22
Text Example
Text Example
White with #3F5F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5F22; }
p { color: rgb(63,95,34); }
H1.HeaderClassName
{
color: #3F5F22;
}
.AnyTagClassName
{
color: #3F5F22;
}
</style>
background-color css
<style>
a { background-color: #3F5F22; }
a { background-color: rgb(63,95,34); }
div.DivClassName
{
background-color: #3F5F22;
}
.BgClassName
{
background-color: #3F5F22;
}
</style>
border-color css
<style>
span { border-color: #3F5F22; }
span { border-color: rgb(63,95,34); }
td.TdClassName
{
border-color: #3F5F22;
}
.TagClassName
{
border-color: #3F5F22;
}
</style>