Shades of Dell #43662F
Tints of Dell #43662F
RGB
CMYK
RGB Variations
Color information
#43662F (or 0x43662F) is known color: Dell. HEX triplet: 43, 66 and 2F. RGB value is (67,102,47). Sum of RGB (Red+Green+Blue) = 67+102+47=216 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.02% from 216); Green value is 102 (40.23% from 255 or 47.22% from 216); Blue value is 47 (18.75% from 255 or 21.76% from 216); Max value from RGB is 102 - color contains mainly: green. Hex color #43662F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43662F is #BC99D0. Grayscale: #555555. Windows color (decimal): -12360145 or 3106371. OLE color: 3106371.
HSL color Cylindrical-coordinate representation of color #43662F: hue angle of 98.18º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #43662F is Cyan = 0.34, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 67 | 102 | 47 | - |
| CMYK | 0.34 | 0 | 0.54 | 0.6 |
| HSL | 98.18º | 0.37% | 0.29% | - |
| HSV(B) | 98.18º | 0.54% | 0.4% | - |
| XYZ | 7.58 | 10.9 | 4.39 | - |
| YUV | 85.27 | 106.4 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 102 | 47 | 0.34 | 0 | 0.54 | 0.6 | 98.18 | 0.37 | 0.29 |
| Hex | 43 | 66 | 2F | 22 | 0 | 36 | 3C | 62 | 25 | 1D |
| Octal | 103 | 146 | 57 | 42 | 0 | 66 | 74 | 142 | 45 | 35 |
| Binary | 1000011 | 1100110 | 101111 | 100010 | 0 | 110110 | 111100 | 1100010 | 100101 | 11101 |
Color Harmonies of #43662F
Complementary color
Monochromatic Colors of #43662F
Black with #43662F
Text Example
Text Example
White with #43662F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43662F; }
p { color: rgb(67,102,47); }
H1.HeaderClassName
{
color: #43662F;
}
.AnyTagClassName
{
color: #43662F;
}
</style>
background-color css
<style>
a { background-color: #43662F; }
a { background-color: rgb(67,102,47); }
div.DivClassName
{
background-color: #43662F;
}
.BgClassName
{
background-color: #43662F;
}
</style>
border-color css
<style>
span { border-color: #43662F; }
span { border-color: rgb(67,102,47); }
td.TdClassName
{
border-color: #43662F;
}
.TagClassName
{
border-color: #43662F;
}
</style>