Shades of Dell #436F1F
Tints of Dell #436F1F
RGB
CMYK
RGB Variations
Color information
#436F1F (or 0x436F1F) is known color: Dell. HEX triplet: 43, 6F and 1F. RGB value is (67,111,31). Sum of RGB (Red+Green+Blue) = 67+111+31=209 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.06% from 209); Green value is 111 (43.75% from 255 or 53.11% from 209); Blue value is 31 (12.5% from 255 or 14.83% from 209); Max value from RGB is 111 - color contains mainly: green. Hex color #436F1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #436F1F is #BC90E0. Grayscale: #585858. Windows color (decimal): -12357857 or 2060099. OLE color: 2060099.
HSL color Cylindrical-coordinate representation of color #436F1F: hue angle of 93º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #436F1F is Cyan = 0.40, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 67 | 111 | 31 | - |
| CMYK | 0.40 | 0 | 0.72 | 0.56 |
| HSL | 93º | 0.56% | 0.28% | - |
| HSV(B) | 93º | 0.72% | 0.44% | - |
| XYZ | 8.25 | 12.66 | 3.31 | - |
| YUV | 88.72 | 95.42 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 111 | 31 | 0.40 | 0 | 0.72 | 0.56 | 93 | 0.56 | 0.28 |
| Hex | 43 | 6F | 1F | 28 | 0 | 48 | 38 | 5D | 38 | 1C |
| Octal | 103 | 157 | 37 | 50 | 0 | 110 | 70 | 135 | 70 | 34 |
| Binary | 1000011 | 1101111 | 11111 | 101000 | 0 | 1001000 | 111000 | 1011101 | 111000 | 11100 |
Color Harmonies of #436F1F
Complementary color
Monochromatic Colors of #436F1F
Black with #436F1F
Text Example
Text Example
White with #436F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #436F1F; }
p { color: rgb(67,111,31); }
H1.HeaderClassName
{
color: #436F1F;
}
.AnyTagClassName
{
color: #436F1F;
}
</style>
background-color css
<style>
a { background-color: #436F1F; }
a { background-color: rgb(67,111,31); }
div.DivClassName
{
background-color: #436F1F;
}
.BgClassName
{
background-color: #436F1F;
}
</style>
border-color css
<style>
span { border-color: #436F1F; }
span { border-color: rgb(67,111,31); }
td.TdClassName
{
border-color: #436F1F;
}
.TagClassName
{
border-color: #436F1F;
}
</style>