Shades of Dell #365D1A
Tints of Dell #365D1A
RGB
CMYK
RGB Variations
Color information
#365D1A (or 0x365D1A) is known color: Dell. HEX triplet: 36, 5D and 1A. RGB value is (54,93,26). Sum of RGB (Red+Green+Blue) = 54+93+26=173 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.21% from 173); Green value is 93 (36.72% from 255 or 53.76% from 173); Blue value is 26 (10.55% from 255 or 15.03% from 173); Max value from RGB is 93 - color contains mainly: green. Hex color #365D1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365D1A is #C9A2E5. Grayscale: #494949. Windows color (decimal): -13214438 or 1727798. OLE color: 1727798.
HSL color Cylindrical-coordinate representation of color #365D1A: hue angle of 94.93º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #365D1A is Cyan = 0.42, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 54 | 93 | 26 | - |
| CMYK | 0.42 | 0 | 0.72 | 0.64 |
| HSL | 94.93º | 0.56% | 0.23% | - |
| HSV(B) | 94.93º | 0.72% | 0.36% | - |
| XYZ | 5.62 | 8.69 | 2.36 | - |
| YUV | 73.7 | 101.08 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 93 | 26 | 0.42 | 0 | 0.72 | 0.64 | 94.93 | 0.56 | 0.23 |
| Hex | 36 | 5D | 1A | 2A | 0 | 48 | 40 | 5F | 38 | 17 |
| Octal | 66 | 135 | 32 | 52 | 0 | 110 | 100 | 137 | 70 | 27 |
| Binary | 110110 | 1011101 | 11010 | 101010 | 0 | 1001000 | 1000000 | 1011111 | 111000 | 10111 |
Color Harmonies of #365D1A
Complementary color
Monochromatic Colors of #365D1A
Black with #365D1A
Text Example
Text Example
White with #365D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365D1A; }
p { color: rgb(54,93,26); }
H1.HeaderClassName
{
color: #365D1A;
}
.AnyTagClassName
{
color: #365D1A;
}
</style>
background-color css
<style>
a { background-color: #365D1A; }
a { background-color: rgb(54,93,26); }
div.DivClassName
{
background-color: #365D1A;
}
.BgClassName
{
background-color: #365D1A;
}
</style>
border-color css
<style>
span { border-color: #365D1A; }
span { border-color: rgb(54,93,26); }
td.TdClassName
{
border-color: #365D1A;
}
.TagClassName
{
border-color: #365D1A;
}
</style>