Shades of Dell #38621B
Tints of Dell #38621B
RGB
CMYK
RGB Variations
Color information
#38621B (or 0x38621B) is known color: Dell. HEX triplet: 38, 62 and 1B. RGB value is (56,98,27). Sum of RGB (Red+Green+Blue) = 56+98+27=181 (23% of max value = 765). Red value is 56 (22.27% from 255 or 30.94% from 181); Green value is 98 (38.67% from 255 or 54.14% from 181); Blue value is 27 (10.94% from 255 or 14.92% from 181); Max value from RGB is 98 - color contains mainly: green. Hex color #38621B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38621B is #C79DE4. Grayscale: #4D4D4D. Windows color (decimal): -13082085 or 1794616. OLE color: 1794616.
HSL color Cylindrical-coordinate representation of color #38621B: hue angle of 95.49º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38621B is Cyan = 0.43, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 56 | 98 | 27 | - |
| CMYK | 0.43 | 0 | 0.72 | 0.62 |
| HSL | 95.49º | 0.57% | 0.25% | - |
| HSV(B) | 95.49º | 0.72% | 0.38% | - |
| XYZ | 6.2 | 9.66 | 2.57 | - |
| YUV | 77.35 | 99.59 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 98 | 27 | 0.43 | 0 | 0.72 | 0.62 | 95.49 | 0.57 | 0.25 |
| Hex | 38 | 62 | 1B | 2B | 0 | 48 | 3E | 5F | 39 | 19 |
| Octal | 70 | 142 | 33 | 53 | 0 | 110 | 76 | 137 | 71 | 31 |
| Binary | 111000 | 1100010 | 11011 | 101011 | 0 | 1001000 | 111110 | 1011111 | 111001 | 11001 |
Color Harmonies of #38621B
Complementary color
Monochromatic Colors of #38621B
Black with #38621B
Text Example
Text Example
White with #38621B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38621B; }
p { color: rgb(56,98,27); }
H1.HeaderClassName
{
color: #38621B;
}
.AnyTagClassName
{
color: #38621B;
}
</style>
background-color css
<style>
a { background-color: #38621B; }
a { background-color: rgb(56,98,27); }
div.DivClassName
{
background-color: #38621B;
}
.BgClassName
{
background-color: #38621B;
}
</style>
border-color css
<style>
span { border-color: #38621B; }
span { border-color: rgb(56,98,27); }
td.TdClassName
{
border-color: #38621B;
}
.TagClassName
{
border-color: #38621B;
}
</style>