Shades of Dell #39650F
Tints of Dell #39650F
RGB
CMYK
RGB Variations
Color information
#39650F (or 0x39650F) is known color: Dell. HEX triplet: 39, 65 and 0F. RGB value is (57,101,15). Sum of RGB (Red+Green+Blue) = 57+101+15=173 (22% of max value = 765). Red value is 57 (22.66% from 255 or 32.95% from 173); Green value is 101 (39.84% from 255 or 58.38% from 173); Blue value is 15 (6.25% from 255 or 8.67% from 173); Max value from RGB is 101 - color contains mainly: green. Hex color #39650F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #39650F is #C69AF0. Grayscale: #4E4E4E. Windows color (decimal): -13015793 or 1008953. OLE color: 1008953.
HSL color Cylindrical-coordinate representation of color #39650F: hue angle of 90.7º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #39650F is Cyan = 0.44, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 57 | 101 | 15 | - |
| CMYK | 0.44 | 0 | 0.85 | 0.60 |
| HSL | 90.7º | 0.74% | 0.23% | - |
| HSV(B) | 90.7º | 0.85% | 0.4% | - |
| XYZ | 6.43 | 10.21 | 2.08 | - |
| YUV | 78.04 | 92.42 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 101 | 15 | 0.44 | 0 | 0.85 | 0.60 | 90.7 | 0.74 | 0.23 |
| Hex | 39 | 65 | F | 2C | 0 | 55 | 3C | 5B | 4A | 17 |
| Octal | 71 | 145 | 17 | 54 | 0 | 125 | 74 | 133 | 112 | 27 |
| Binary | 111001 | 1100101 | 1111 | 101100 | 0 | 1010101 | 111100 | 1011011 | 1001010 | 10111 |
Color Harmonies of #39650F
Complementary color
Monochromatic Colors of #39650F
Black with #39650F
Text Example
Text Example
White with #39650F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39650F; }
p { color: rgb(57,101,15); }
H1.HeaderClassName
{
color: #39650F;
}
.AnyTagClassName
{
color: #39650F;
}
</style>
background-color css
<style>
a { background-color: #39650F; }
a { background-color: rgb(57,101,15); }
div.DivClassName
{
background-color: #39650F;
}
.BgClassName
{
background-color: #39650F;
}
</style>
border-color css
<style>
span { border-color: #39650F; }
span { border-color: rgb(57,101,15); }
td.TdClassName
{
border-color: #39650F;
}
.TagClassName
{
border-color: #39650F;
}
</style>