Shades of Dell #38650F
Tints of Dell #38650F
RGB
CMYK
RGB Variations
Color information
#38650F (or 0x38650F) is known color: Dell. HEX triplet: 38, 65 and 0F. RGB value is (56,101,15). Sum of RGB (Red+Green+Blue) = 56+101+15=172 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.56% from 172); Green value is 101 (39.84% from 255 or 58.72% from 172); Blue value is 15 (6.25% from 255 or 8.72% from 172); Max value from RGB is 101 - color contains mainly: green. Hex color #38650F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38650F is #C79AF0. Grayscale: #4E4E4E. Windows color (decimal): -13081329 or 1008952. OLE color: 1008952.
HSL color Cylindrical-coordinate representation of color #38650F: hue angle of 91.4º 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 #38650F is Cyan = 0.45, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 56 | 101 | 15 | - |
| CMYK | 0.45 | 0 | 0.85 | 0.60 |
| HSL | 91.4º | 0.74% | 0.23% | - |
| HSV(B) | 91.4º | 0.85% | 0.4% | - |
| XYZ | 6.37 | 10.18 | 2.08 | - |
| YUV | 77.74 | 92.59 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 101 | 15 | 0.45 | 0 | 0.85 | 0.60 | 91.4 | 0.74 | 0.23 |
| Hex | 38 | 65 | F | 2D | 0 | 55 | 3C | 5B | 4A | 17 |
| Octal | 70 | 145 | 17 | 55 | 0 | 125 | 74 | 133 | 112 | 27 |
| Binary | 111000 | 1100101 | 1111 | 101101 | 0 | 1010101 | 111100 | 1011011 | 1001010 | 10111 |
Color Harmonies of #38650F
Complementary color
Monochromatic Colors of #38650F
Black with #38650F
Text Example
Text Example
White with #38650F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38650F; }
p { color: rgb(56,101,15); }
H1.HeaderClassName
{
color: #38650F;
}
.AnyTagClassName
{
color: #38650F;
}
</style>
background-color css
<style>
a { background-color: #38650F; }
a { background-color: rgb(56,101,15); }
div.DivClassName
{
background-color: #38650F;
}
.BgClassName
{
background-color: #38650F;
}
</style>
border-color css
<style>
span { border-color: #38650F; }
span { border-color: rgb(56,101,15); }
td.TdClassName
{
border-color: #38650F;
}
.TagClassName
{
border-color: #38650F;
}
</style>