Shades of Dell #43702B
Tints of Dell #43702B
RGB
CMYK
RGB Variations
Color information
#43702B (or 0x43702B) is known color: Dell. HEX triplet: 43, 70 and 2B. RGB value is (67,112,43). Sum of RGB (Red+Green+Blue) = 67+112+43=222 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.18% from 222); Green value is 112 (44.14% from 255 or 50.45% from 222); Blue value is 43 (17.19% from 255 or 19.37% from 222); Max value from RGB is 112 - color contains mainly: green. Hex color #43702B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43702B is #BC8FD4. Grayscale: #5A5A5A. Windows color (decimal): -12357589 or 2846787. OLE color: 2846787.
HSL color Cylindrical-coordinate representation of color #43702B: hue angle of 99.13º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #43702B is Cyan = 0.40, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 67 | 112 | 43 | - |
| CMYK | 0.40 | 0 | 0.62 | 0.56 |
| HSL | 99.13º | 0.45% | 0.3% | - |
| HSV(B) | 99.13º | 0.62% | 0.44% | - |
| XYZ | 8.54 | 12.96 | 4.34 | - |
| YUV | 90.68 | 101.09 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 112 | 43 | 0.40 | 0 | 0.62 | 0.56 | 99.13 | 0.45 | 0.3 |
| Hex | 43 | 70 | 2B | 28 | 0 | 3E | 38 | 63 | 2D | 1E |
| Octal | 103 | 160 | 53 | 50 | 0 | 76 | 70 | 143 | 55 | 36 |
| Binary | 1000011 | 1110000 | 101011 | 101000 | 0 | 111110 | 111000 | 1100011 | 101101 | 11110 |
Color Harmonies of #43702B
Complementary color
Monochromatic Colors of #43702B
Black with #43702B
Text Example
Text Example
White with #43702B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43702B; }
p { color: rgb(67,112,43); }
H1.HeaderClassName
{
color: #43702B;
}
.AnyTagClassName
{
color: #43702B;
}
</style>
background-color css
<style>
a { background-color: #43702B; }
a { background-color: rgb(67,112,43); }
div.DivClassName
{
background-color: #43702B;
}
.BgClassName
{
background-color: #43702B;
}
</style>
border-color css
<style>
span { border-color: #43702B; }
span { border-color: rgb(67,112,43); }
td.TdClassName
{
border-color: #43702B;
}
.TagClassName
{
border-color: #43702B;
}
</style>