#316310

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

Shades of Dell #316310

Tints of Dell #316310

Color information

#316310 (or 0x316310) is unknown color: approx Dell. HEX triplet: 31, 63 and 10. RGB value is (49,99,16). Sum of RGB (Red+Green+Blue) = 49+99+16=164 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.88% from 164); Green value is 99 (39.06% from 255 or 60.37% from 164); Blue value is 16 (6.64% from 255 or 9.76% from 164); Max value from RGB is 99 - color contains mainly: green. Hex color #316310 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316310 is #CE9CEF. Grayscale: #4A4A4A. Windows color (decimal): -13540592 or 1073969. OLE color: 1073969.

HSL color Cylindrical-coordinate representation of color #316310: hue angle of 96.14º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #316310 is Cyan = 0.51, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.61.

Color convert

RGB499916-
CMYK0.5100.840.61
HSL96.14º72.17%22.55%-
HSV(B)96.14º83.84%38.82%-
XYZ5.829.612.04-
YUV74.5994.94109.75-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.88%
GREEN value IS 99 (39.06% from 255) = 60.37%
BLUE value IS 16 (6.64% from 255) = 9.76%
R=29.88%
G=60.37%
B=9.76%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4999160.5100.840.6196.1472.1722.55
Hex316310330543D604817
Octal61143206301247514011027
Binary110001110001110000110011010101001111011100000100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316310; }

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

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

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

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

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

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

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

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