Shades of Dell #3A5F23
Tints of Dell #3A5F23
RGB
CMYK
RGB Variations
Color information
#3A5F23 (or 0x3A5F23) is known color: Dell. HEX triplet: 3A, 5F and 23. RGB value is (58,95,35). Sum of RGB (Red+Green+Blue) = 58+95+35=188 (24% of max value = 765). Red value is 58 (23.05% from 255 or 30.85% from 188); Green value is 95 (37.5% from 255 or 50.53% from 188); Blue value is 35 (14.06% from 255 or 18.62% from 188); Max value from RGB is 95 - color contains mainly: green. Hex color #3A5F23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5F23 is #C5A0DC. Grayscale: #4D4D4D. Windows color (decimal): -12951773 or 2318138. OLE color: 2318138.
HSL color Cylindrical-coordinate representation of color #3A5F23: hue angle of 97º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A5F23 is Cyan = 0.39, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 58 | 95 | 35 | - |
| CMYK | 0.39 | 0 | 0.63 | 0.63 |
| HSL | 97º | 0.46% | 0.25% | - |
| HSV(B) | 97º | 0.63% | 0.37% | - |
| XYZ | 6.14 | 9.21 | 3.04 | - |
| YUV | 77.1 | 104.24 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 95 | 35 | 0.39 | 0 | 0.63 | 0.63 | 97 | 0.46 | 0.25 |
| Hex | 3A | 5F | 23 | 27 | 0 | 3F | 3F | 61 | 2E | 19 |
| Octal | 72 | 137 | 43 | 47 | 0 | 77 | 77 | 141 | 56 | 31 |
| Binary | 111010 | 1011111 | 100011 | 100111 | 0 | 111111 | 111111 | 1100001 | 101110 | 11001 |
Color Harmonies of #3A5F23
Complementary color
Monochromatic Colors of #3A5F23
Black with #3A5F23
Text Example
Text Example
White with #3A5F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5F23; }
p { color: rgb(58,95,35); }
H1.HeaderClassName
{
color: #3A5F23;
}
.AnyTagClassName
{
color: #3A5F23;
}
</style>
background-color css
<style>
a { background-color: #3A5F23; }
a { background-color: rgb(58,95,35); }
div.DivClassName
{
background-color: #3A5F23;
}
.BgClassName
{
background-color: #3A5F23;
}
</style>
border-color css
<style>
span { border-color: #3A5F23; }
span { border-color: rgb(58,95,35); }
td.TdClassName
{
border-color: #3A5F23;
}
.TagClassName
{
border-color: #3A5F23;
}
</style>