Shades of Dell #3A6A1F
Tints of Dell #3A6A1F
RGB
CMYK
RGB Variations
Color information
#3A6A1F (or 0x3A6A1F) is known color: Dell. HEX triplet: 3A, 6A and 1F. RGB value is (58,106,31). Sum of RGB (Red+Green+Blue) = 58+106+31=195 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.74% from 195); Green value is 106 (41.80% from 255 or 54.36% from 195); Blue value is 31 (12.5% from 255 or 15.90% from 195); Max value from RGB is 106 - color contains mainly: green. Hex color #3A6A1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6A1F is #C595E0. Grayscale: #535353. Windows color (decimal): -12948961 or 2058810. OLE color: 2058810.
HSL color Cylindrical-coordinate representation of color #3A6A1F: hue angle of 98.4º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A6A1F is Cyan = 0.45, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 58 | 106 | 31 | - |
| CMYK | 0.45 | 0 | 0.71 | 0.58 |
| HSL | 98.4º | 0.55% | 0.27% | - |
| HSV(B) | 98.4º | 0.71% | 0.42% | - |
| XYZ | 7.15 | 11.31 | 3.1 | - |
| YUV | 83.1 | 98.6 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 106 | 31 | 0.45 | 0 | 0.71 | 0.58 | 98.4 | 0.55 | 0.27 |
| Hex | 3A | 6A | 1F | 2D | 0 | 47 | 3A | 62 | 37 | 1B |
| Octal | 72 | 152 | 37 | 55 | 0 | 107 | 72 | 142 | 67 | 33 |
| Binary | 111010 | 1101010 | 11111 | 101101 | 0 | 1000111 | 111010 | 1100010 | 110111 | 11011 |
Color Harmonies of #3A6A1F
Complementary color
Monochromatic Colors of #3A6A1F
Black with #3A6A1F
Text Example
Text Example
White with #3A6A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6A1F; }
p { color: rgb(58,106,31); }
H1.HeaderClassName
{
color: #3A6A1F;
}
.AnyTagClassName
{
color: #3A6A1F;
}
</style>
background-color css
<style>
a { background-color: #3A6A1F; }
a { background-color: rgb(58,106,31); }
div.DivClassName
{
background-color: #3A6A1F;
}
.BgClassName
{
background-color: #3A6A1F;
}
</style>
border-color css
<style>
span { border-color: #3A6A1F; }
span { border-color: rgb(58,106,31); }
td.TdClassName
{
border-color: #3A6A1F;
}
.TagClassName
{
border-color: #3A6A1F;
}
</style>