Shades of Dell #3A680F
Tints of Dell #3A680F
RGB
CMYK
RGB Variations
Color information
#3A680F (or 0x3A680F) is known color: Dell. HEX triplet: 3A, 68 and 0F. RGB value is (58,104,15). Sum of RGB (Red+Green+Blue) = 58+104+15=177 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.77% from 177); Green value is 104 (41.02% from 255 or 58.76% from 177); Blue value is 15 (6.25% from 255 or 8.47% from 177); Max value from RGB is 104 - color contains mainly: green. Hex color #3A680F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A680F is #C597F0. Grayscale: #505050. Windows color (decimal): -12949489 or 1009722. OLE color: 1009722.
HSL color Cylindrical-coordinate representation of color #3A680F: hue angle of 91.01º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3A680F is Cyan = 0.44, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 58 | 104 | 15 | - |
| CMYK | 0.44 | 0 | 0.86 | 0.59 |
| HSL | 91.01º | 0.75% | 0.23% | - |
| HSV(B) | 91.01º | 0.86% | 0.41% | - |
| XYZ | 6.78 | 10.83 | 2.19 | - |
| YUV | 80.1 | 91.26 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 104 | 15 | 0.44 | 0 | 0.86 | 0.59 | 91.01 | 0.75 | 0.23 |
| Hex | 3A | 68 | F | 2C | 0 | 56 | 3B | 5B | 4B | 17 |
| Octal | 72 | 150 | 17 | 54 | 0 | 126 | 73 | 133 | 113 | 27 |
| Binary | 111010 | 1101000 | 1111 | 101100 | 0 | 1010110 | 111011 | 1011011 | 1001011 | 10111 |
Color Harmonies of #3A680F
Complementary color
Monochromatic Colors of #3A680F
Black with #3A680F
Text Example
Text Example
White with #3A680F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A680F; }
p { color: rgb(58,104,15); }
H1.HeaderClassName
{
color: #3A680F;
}
.AnyTagClassName
{
color: #3A680F;
}
</style>
background-color css
<style>
a { background-color: #3A680F; }
a { background-color: rgb(58,104,15); }
div.DivClassName
{
background-color: #3A680F;
}
.BgClassName
{
background-color: #3A680F;
}
</style>
border-color css
<style>
span { border-color: #3A680F; }
span { border-color: rgb(58,104,15); }
td.TdClassName
{
border-color: #3A680F;
}
.TagClassName
{
border-color: #3A680F;
}
</style>