Shades of Dell #43681C
Tints of Dell #43681C
RGB
CMYK
RGB Variations
Color information
#43681C (or 0x43681C) is known color: Dell. HEX triplet: 43, 68 and 1C. RGB value is (67,104,28). Sum of RGB (Red+Green+Blue) = 67+104+28=199 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.67% from 199); Green value is 104 (41.02% from 255 or 52.26% from 199); Blue value is 28 (11.33% from 255 or 14.07% from 199); Max value from RGB is 104 - color contains mainly: green. Hex color #43681C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43681C is #BC97E3. Grayscale: #545454. Windows color (decimal): -12359652 or 1861699. OLE color: 1861699.
HSL color Cylindrical-coordinate representation of color #43681C: hue angle of 89.21º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #43681C is Cyan = 0.36, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 67 | 104 | 28 | - |
| CMYK | 0.36 | 0 | 0.73 | 0.59 |
| HSL | 89.21º | 0.58% | 0.26% | - |
| HSV(B) | 89.21º | 0.73% | 0.41% | - |
| XYZ | 7.47 | 11.18 | 2.86 | - |
| YUV | 84.27 | 96.24 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 104 | 28 | 0.36 | 0 | 0.73 | 0.59 | 89.21 | 0.58 | 0.26 |
| Hex | 43 | 68 | 1C | 24 | 0 | 49 | 3B | 59 | 3A | 1A |
| Octal | 103 | 150 | 34 | 44 | 0 | 111 | 73 | 131 | 72 | 32 |
| Binary | 1000011 | 1101000 | 11100 | 100100 | 0 | 1001001 | 111011 | 1011001 | 111010 | 11010 |
Color Harmonies of #43681C
Complementary color
Monochromatic Colors of #43681C
Black with #43681C
Text Example
Text Example
White with #43681C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43681C; }
p { color: rgb(67,104,28); }
H1.HeaderClassName
{
color: #43681C;
}
.AnyTagClassName
{
color: #43681C;
}
</style>
background-color css
<style>
a { background-color: #43681C; }
a { background-color: rgb(67,104,28); }
div.DivClassName
{
background-color: #43681C;
}
.BgClassName
{
background-color: #43681C;
}
</style>
border-color css
<style>
span { border-color: #43681C; }
span { border-color: rgb(67,104,28); }
td.TdClassName
{
border-color: #43681C;
}
.TagClassName
{
border-color: #43681C;
}
</style>