Shades of Dell #3A661A
Tints of Dell #3A661A
RGB
CMYK
RGB Variations
Color information
#3A661A (or 0x3A661A) is known color: Dell. HEX triplet: 3A, 66 and 1A. RGB value is (58,102,26). Sum of RGB (Red+Green+Blue) = 58+102+26=186 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.18% from 186); Green value is 102 (40.23% from 255 or 54.84% from 186); Blue value is 26 (10.55% from 255 or 13.98% from 186); Max value from RGB is 102 - color contains mainly: green. Hex color #3A661A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A661A is #C599E5. Grayscale: #505050. Windows color (decimal): -12949990 or 1730106. OLE color: 1730106.
HSL color Cylindrical-coordinate representation of color #3A661A: hue angle of 94.74º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A661A is Cyan = 0.43, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 58 | 102 | 26 | - |
| CMYK | 0.43 | 0 | 0.75 | 0.6 |
| HSL | 94.74º | 0.59% | 0.25% | - |
| HSV(B) | 94.74º | 0.75% | 0.4% | - |
| XYZ | 6.68 | 10.48 | 2.65 | - |
| YUV | 80.18 | 97.42 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 102 | 26 | 0.43 | 0 | 0.75 | 0.6 | 94.74 | 0.59 | 0.25 |
| Hex | 3A | 66 | 1A | 2B | 0 | 4B | 3C | 5F | 3B | 19 |
| Octal | 72 | 146 | 32 | 53 | 0 | 113 | 74 | 137 | 73 | 31 |
| Binary | 111010 | 1100110 | 11010 | 101011 | 0 | 1001011 | 111100 | 1011111 | 111011 | 11001 |
Color Harmonies of #3A661A
Complementary color
Monochromatic Colors of #3A661A
Black with #3A661A
Text Example
Text Example
White with #3A661A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A661A; }
p { color: rgb(58,102,26); }
H1.HeaderClassName
{
color: #3A661A;
}
.AnyTagClassName
{
color: #3A661A;
}
</style>
background-color css
<style>
a { background-color: #3A661A; }
a { background-color: rgb(58,102,26); }
div.DivClassName
{
background-color: #3A661A;
}
.BgClassName
{
background-color: #3A661A;
}
</style>
border-color css
<style>
span { border-color: #3A661A; }
span { border-color: rgb(58,102,26); }
td.TdClassName
{
border-color: #3A661A;
}
.TagClassName
{
border-color: #3A661A;
}
</style>