Shades of Dell #3E6A22
Tints of Dell #3E6A22
RGB
CMYK
RGB Variations
Color information
#3E6A22 (or 0x3E6A22) is known color: Dell. HEX triplet: 3E, 6A and 22. RGB value is (62,106,34). Sum of RGB (Red+Green+Blue) = 62+106+34=202 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.69% from 202); Green value is 106 (41.80% from 255 or 52.48% from 202); Blue value is 34 (13.67% from 255 or 16.83% from 202); Max value from RGB is 106 - color contains mainly: green. Hex color #3E6A22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E6A22 is #C195DD. Grayscale: #545454. Windows color (decimal): -12686814 or 2255422. OLE color: 2255422.
HSL color Cylindrical-coordinate representation of color #3E6A22: hue angle of 96.67º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3E6A22 is Cyan = 0.42, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 62 | 106 | 34 | - |
| CMYK | 0.42 | 0 | 0.68 | 0.58 |
| HSL | 96.67º | 0.51% | 0.27% | - |
| HSV(B) | 96.67º | 0.68% | 0.42% | - |
| XYZ | 7.43 | 11.45 | 3.33 | - |
| YUV | 84.64 | 99.42 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 106 | 34 | 0.42 | 0 | 0.68 | 0.58 | 96.67 | 0.51 | 0.27 |
| Hex | 3E | 6A | 22 | 2A | 0 | 44 | 3A | 61 | 33 | 1B |
| Octal | 76 | 152 | 42 | 52 | 0 | 104 | 72 | 141 | 63 | 33 |
| Binary | 111110 | 1101010 | 100010 | 101010 | 0 | 1000100 | 111010 | 1100001 | 110011 | 11011 |
Color Harmonies of #3E6A22
Complementary color
Monochromatic Colors of #3E6A22
Black with #3E6A22
Text Example
Text Example
White with #3E6A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6A22; }
p { color: rgb(62,106,34); }
H1.HeaderClassName
{
color: #3E6A22;
}
.AnyTagClassName
{
color: #3E6A22;
}
</style>
background-color css
<style>
a { background-color: #3E6A22; }
a { background-color: rgb(62,106,34); }
div.DivClassName
{
background-color: #3E6A22;
}
.BgClassName
{
background-color: #3E6A22;
}
</style>
border-color css
<style>
span { border-color: #3E6A22; }
span { border-color: rgb(62,106,34); }
td.TdClassName
{
border-color: #3E6A22;
}
.TagClassName
{
border-color: #3E6A22;
}
</style>