Shades of Dell #435F27
Tints of Dell #435F27
RGB
CMYK
RGB Variations
Color information
#435F27 (or 0x435F27) is known color: Dell. HEX triplet: 43, 5F and 27. RGB value is (67,95,39). Sum of RGB (Red+Green+Blue) = 67+95+39=201 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.33% from 201); Green value is 95 (37.5% from 255 or 47.26% from 201); Blue value is 39 (15.62% from 255 or 19.40% from 201); Max value from RGB is 95 - color contains mainly: green. Hex color #435F27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #435F27 is #BCA0D8. Grayscale: #505050. Windows color (decimal): -12361945 or 2580291. OLE color: 2580291.
HSL color Cylindrical-coordinate representation of color #435F27: hue angle of 90º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #435F27 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 67 | 95 | 39 | - |
| CMYK | 0.29 | 0 | 0.59 | 0.63 |
| HSL | 90º | 0.42% | 0.26% | - |
| HSV(B) | 90º | 0.59% | 0.37% | - |
| XYZ | 6.77 | 9.52 | 3.4 | - |
| YUV | 80.24 | 104.72 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 95 | 39 | 0.29 | 0 | 0.59 | 0.63 | 90 | 0.42 | 0.26 |
| Hex | 43 | 5F | 27 | 1D | 0 | 3B | 3F | 5A | 2A | 1A |
| Octal | 103 | 137 | 47 | 35 | 0 | 73 | 77 | 132 | 52 | 32 |
| Binary | 1000011 | 1011111 | 100111 | 11101 | 0 | 111011 | 111111 | 1011010 | 101010 | 11010 |
Color Harmonies of #435F27
Complementary color
Monochromatic Colors of #435F27
Black with #435F27
Text Example
Text Example
White with #435F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435F27; }
p { color: rgb(67,95,39); }
H1.HeaderClassName
{
color: #435F27;
}
.AnyTagClassName
{
color: #435F27;
}
</style>
background-color css
<style>
a { background-color: #435F27; }
a { background-color: rgb(67,95,39); }
div.DivClassName
{
background-color: #435F27;
}
.BgClassName
{
background-color: #435F27;
}
</style>
border-color css
<style>
span { border-color: #435F27; }
span { border-color: rgb(67,95,39); }
td.TdClassName
{
border-color: #435F27;
}
.TagClassName
{
border-color: #435F27;
}
</style>