#316210

Color #316210 Dell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dell #316210

Tints of Dell #316210

Color information

#316210 (or 0x316210) is unknown color: approx Dell. HEX triplet: 31, 62 and 10. RGB value is (49,98,16). Sum of RGB (Red+Green+Blue) = 49+98+16=163 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.06% from 163); Green value is 98 (38.67% from 255 or 60.12% from 163); Blue value is 16 (6.64% from 255 or 9.82% from 163); Max value from RGB is 98 - color contains mainly: green. Hex color #316210 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316210 is #CE9DEF. Grayscale: #4A4A4A. Windows color (decimal): -13540848 or 1073713. OLE color: 1073713.

HSL color Cylindrical-coordinate representation of color #316210: hue angle of 95.85º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #316210 is Cyan = 0.5, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB499816-
CMYK0.500.840.62
HSL95.85º71.93%22.35%-
HSV(B)95.85º83.67%38.43%-
XYZ5.739.432.01-
YUV7495.27110.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 49 (19.53% from 255) = 30.06%
GREEN value IS 98 (38.67% from 255) = 60.12%
BLUE value IS 16 (6.64% from 255) = 9.82%
R=30.06%
G=60.12%
B=9.82%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4998160.500.840.6295.8571.9322.35
Hex316210320543E604816
Octal61142206201247614011026
Binary110001110001010000110010010101001111101100000100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316210; }

 p { color: rgb(49,98,16); }

 H1.HeaderClassName
 {
   color: #316210;
 }
 .AnyTagClassName
 {
   color: #316210;
 }
</style>
background-color css

<style>
 a { background-color: #316210; }

 a { background-color: rgb(49,98,16); }

 div.DivClassName
 {
   background-color: #316210;
 }
 .BgClassName
 {
   background-color: #316210;
 }
</style>
border-color css

<style>
 span { border-color: #316210; }

 span { border-color: rgb(49,98,16); }

 td.TdClassName
 {
   border-color: #316210;
 }
 .TagClassName
 {
   border-color: #316210;
 }
</style>