Shades of Dell #3A5A25
Tints of Dell #3A5A25
RGB
CMYK
RGB Variations
Color information
#3A5A25 (or 0x3A5A25) is known color: Dell. HEX triplet: 3A, 5A and 25. RGB value is (58,90,37). Sum of RGB (Red+Green+Blue) = 58+90+37=185 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.35% from 185); Green value is 90 (35.55% from 255 or 48.65% from 185); Blue value is 37 (14.84% from 255 or 20% from 185); Max value from RGB is 90 - color contains mainly: green. Hex color #3A5A25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5A25 is #C5A5DA. Grayscale: #4A4A4A. Windows color (decimal): -12953051 or 2447930. OLE color: 2447930.
HSL color Cylindrical-coordinate representation of color #3A5A25: hue angle of 96.23º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A5A25 is Cyan = 0.36, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 58 | 90 | 37 | - |
| CMYK | 0.36 | 0 | 0.59 | 0.65 |
| HSL | 96.23º | 0.42% | 0.25% | - |
| HSV(B) | 96.23º | 0.59% | 0.35% | - |
| XYZ | 5.74 | 8.35 | 3.06 | - |
| YUV | 74.39 | 106.9 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 90 | 37 | 0.36 | 0 | 0.59 | 0.65 | 96.23 | 0.42 | 0.25 |
| Hex | 3A | 5A | 25 | 24 | 0 | 3B | 41 | 60 | 2A | 19 |
| Octal | 72 | 132 | 45 | 44 | 0 | 73 | 101 | 140 | 52 | 31 |
| Binary | 111010 | 1011010 | 100101 | 100100 | 0 | 111011 | 1000001 | 1100000 | 101010 | 11001 |
Color Harmonies of #3A5A25
Complementary color
Monochromatic Colors of #3A5A25
Black with #3A5A25
Text Example
Text Example
White with #3A5A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5A25; }
p { color: rgb(58,90,37); }
H1.HeaderClassName
{
color: #3A5A25;
}
.AnyTagClassName
{
color: #3A5A25;
}
</style>
background-color css
<style>
a { background-color: #3A5A25; }
a { background-color: rgb(58,90,37); }
div.DivClassName
{
background-color: #3A5A25;
}
.BgClassName
{
background-color: #3A5A25;
}
</style>
border-color css
<style>
span { border-color: #3A5A25; }
span { border-color: rgb(58,90,37); }
td.TdClassName
{
border-color: #3A5A25;
}
.TagClassName
{
border-color: #3A5A25;
}
</style>