Shades of Dell #3A5B1F
Tints of Dell #3A5B1F
RGB
CMYK
RGB Variations
Color information
#3A5B1F (or 0x3A5B1F) is known color: Dell. HEX triplet: 3A, 5B and 1F. RGB value is (58,91,31). Sum of RGB (Red+Green+Blue) = 58+91+31=180 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.22% from 180); Green value is 91 (35.94% from 255 or 50.56% from 180); Blue value is 31 (12.5% from 255 or 17.22% from 180); Max value from RGB is 91 - color contains mainly: green. Hex color #3A5B1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5B1F is #C5A4E0. Grayscale: #4A4A4A. Windows color (decimal): -12952801 or 2054970. OLE color: 2054970.
HSL color Cylindrical-coordinate representation of color #3A5B1F: hue angle of 93º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A5B1F is Cyan = 0.36, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 91 | 31 | - |
| CMYK | 0.36 | 0 | 0.66 | 0.64 |
| HSL | 93º | 0.49% | 0.24% | - |
| HSV(B) | 93º | 0.66% | 0.36% | - |
| XYZ | 5.73 | 8.48 | 2.63 | - |
| YUV | 74.29 | 103.57 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 91 | 31 | 0.36 | 0 | 0.66 | 0.64 | 93 | 0.49 | 0.24 |
| Hex | 3A | 5B | 1F | 24 | 0 | 42 | 40 | 5D | 31 | 18 |
| Octal | 72 | 133 | 37 | 44 | 0 | 102 | 100 | 135 | 61 | 30 |
| Binary | 111010 | 1011011 | 11111 | 100100 | 0 | 1000010 | 1000000 | 1011101 | 110001 | 11000 |
Color Harmonies of #3A5B1F
Complementary color
Monochromatic Colors of #3A5B1F
Black with #3A5B1F
Text Example
Text Example
White with #3A5B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5B1F; }
p { color: rgb(58,91,31); }
H1.HeaderClassName
{
color: #3A5B1F;
}
.AnyTagClassName
{
color: #3A5B1F;
}
</style>
background-color css
<style>
a { background-color: #3A5B1F; }
a { background-color: rgb(58,91,31); }
div.DivClassName
{
background-color: #3A5B1F;
}
.BgClassName
{
background-color: #3A5B1F;
}
</style>
border-color css
<style>
span { border-color: #3A5B1F; }
span { border-color: rgb(58,91,31); }
td.TdClassName
{
border-color: #3A5B1F;
}
.TagClassName
{
border-color: #3A5B1F;
}
</style>