Shades of Dell #435F26
Tints of Dell #435F26
RGB
CMYK
RGB Variations
Color information
#435F26 (or 0x435F26) is known color: Dell. HEX triplet: 43, 5F and 26. RGB value is (67,95,38). Sum of RGB (Red+Green+Blue) = 67+95+38=200 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.5% from 200); Green value is 95 (37.5% from 255 or 47.5% from 200); Blue value is 38 (15.23% from 255 or 19% from 200); Max value from RGB is 95 - color contains mainly: green. Hex color #435F26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #435F26 is #BCA0D9. Grayscale: #505050. Windows color (decimal): -12361946 or 2514755. OLE color: 2514755.
HSL color Cylindrical-coordinate representation of color #435F26: hue angle of 89.47º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #435F26 is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 67 | 95 | 38 | - |
| CMYK | 0.29 | 0 | 0.60 | 0.63 |
| HSL | 89.47º | 0.43% | 0.26% | - |
| HSV(B) | 89.47º | 0.6% | 0.37% | - |
| XYZ | 6.76 | 9.52 | 3.31 | - |
| YUV | 80.13 | 104.22 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 95 | 38 | 0.29 | 0 | 0.60 | 0.63 | 89.47 | 0.43 | 0.26 |
| Hex | 43 | 5F | 26 | 1D | 0 | 3C | 3F | 59 | 2B | 1A |
| Octal | 103 | 137 | 46 | 35 | 0 | 74 | 77 | 131 | 53 | 32 |
| Binary | 1000011 | 1011111 | 100110 | 11101 | 0 | 111100 | 111111 | 1011001 | 101011 | 11010 |
Color Harmonies of #435F26
Complementary color
Monochromatic Colors of #435F26
Black with #435F26
Text Example
Text Example
White with #435F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435F26; }
p { color: rgb(67,95,38); }
H1.HeaderClassName
{
color: #435F26;
}
.AnyTagClassName
{
color: #435F26;
}
</style>
background-color css
<style>
a { background-color: #435F26; }
a { background-color: rgb(67,95,38); }
div.DivClassName
{
background-color: #435F26;
}
.BgClassName
{
background-color: #435F26;
}
</style>
border-color css
<style>
span { border-color: #435F26; }
span { border-color: rgb(67,95,38); }
td.TdClassName
{
border-color: #435F26;
}
.TagClassName
{
border-color: #435F26;
}
</style>