Shades of Dell #3F6B1A
Tints of Dell #3F6B1A
RGB
CMYK
RGB Variations
Color information
#3F6B1A (or 0x3F6B1A) is known color: Dell. HEX triplet: 3F, 6B and 1A. RGB value is (63,107,26). Sum of RGB (Red+Green+Blue) = 63+107+26=196 (25% of max value = 765). Red value is 63 (25% from 255 or 32.14% from 196); Green value is 107 (42.19% from 255 or 54.59% from 196); Blue value is 26 (10.55% from 255 or 13.27% from 196); Max value from RGB is 107 - color contains mainly: green. Hex color #3F6B1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6B1A is #C094E5. Grayscale: #545454. Windows color (decimal): -12621030 or 1731391. OLE color: 1731391.
HSL color Cylindrical-coordinate representation of color #3F6B1A: hue angle of 92.59º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3F6B1A is Cyan = 0.41, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 63 | 107 | 26 | - |
| CMYK | 0.41 | 0 | 0.76 | 0.58 |
| HSL | 92.59º | 0.61% | 0.26% | - |
| HSV(B) | 92.59º | 0.76% | 0.42% | - |
| XYZ | 7.49 | 11.65 | 2.83 | - |
| YUV | 84.61 | 94.92 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 107 | 26 | 0.41 | 0 | 0.76 | 0.58 | 92.59 | 0.61 | 0.26 |
| Hex | 3F | 6B | 1A | 29 | 0 | 4C | 3A | 5D | 3D | 1A |
| Octal | 77 | 153 | 32 | 51 | 0 | 114 | 72 | 135 | 75 | 32 |
| Binary | 111111 | 1101011 | 11010 | 101001 | 0 | 1001100 | 111010 | 1011101 | 111101 | 11010 |
Color Harmonies of #3F6B1A
Complementary color
Monochromatic Colors of #3F6B1A
Black with #3F6B1A
Text Example
Text Example
White with #3F6B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6B1A; }
p { color: rgb(63,107,26); }
H1.HeaderClassName
{
color: #3F6B1A;
}
.AnyTagClassName
{
color: #3F6B1A;
}
</style>
background-color css
<style>
a { background-color: #3F6B1A; }
a { background-color: rgb(63,107,26); }
div.DivClassName
{
background-color: #3F6B1A;
}
.BgClassName
{
background-color: #3F6B1A;
}
</style>
border-color css
<style>
span { border-color: #3F6B1A; }
span { border-color: rgb(63,107,26); }
td.TdClassName
{
border-color: #3F6B1A;
}
.TagClassName
{
border-color: #3F6B1A;
}
</style>