Shades of Dell #3D651A
Tints of Dell #3D651A
RGB
CMYK
RGB Variations
Color information
#3D651A (or 0x3D651A) is known color: Dell. HEX triplet: 3D, 65 and 1A. RGB value is (61,101,26). Sum of RGB (Red+Green+Blue) = 61+101+26=188 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.45% from 188); Green value is 101 (39.84% from 255 or 53.72% from 188); Blue value is 26 (10.55% from 255 or 13.83% from 188); Max value from RGB is 101 - color contains mainly: green. Hex color #3D651A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D651A is #C29AE5. Grayscale: #505050. Windows color (decimal): -12753638 or 1729853. OLE color: 1729853.
HSL color Cylindrical-coordinate representation of color #3D651A: hue angle of 92º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D651A is Cyan = 0.40, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 61 | 101 | 26 | - |
| CMYK | 0.40 | 0 | 0.74 | 0.60 |
| HSL | 92º | 0.59% | 0.25% | - |
| HSV(B) | 92º | 0.74% | 0.4% | - |
| XYZ | 6.76 | 10.37 | 2.62 | - |
| YUV | 80.49 | 97.25 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 101 | 26 | 0.40 | 0 | 0.74 | 0.60 | 92 | 0.59 | 0.25 |
| Hex | 3D | 65 | 1A | 28 | 0 | 4A | 3C | 5C | 3B | 19 |
| Octal | 75 | 145 | 32 | 50 | 0 | 112 | 74 | 134 | 73 | 31 |
| Binary | 111101 | 1100101 | 11010 | 101000 | 0 | 1001010 | 111100 | 1011100 | 111011 | 11001 |
Color Harmonies of #3D651A
Complementary color
Monochromatic Colors of #3D651A
Black with #3D651A
Text Example
Text Example
White with #3D651A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D651A; }
p { color: rgb(61,101,26); }
H1.HeaderClassName
{
color: #3D651A;
}
.AnyTagClassName
{
color: #3D651A;
}
</style>
background-color css
<style>
a { background-color: #3D651A; }
a { background-color: rgb(61,101,26); }
div.DivClassName
{
background-color: #3D651A;
}
.BgClassName
{
background-color: #3D651A;
}
</style>
border-color css
<style>
span { border-color: #3D651A; }
span { border-color: rgb(61,101,26); }
td.TdClassName
{
border-color: #3D651A;
}
.TagClassName
{
border-color: #3D651A;
}
</style>