#316312

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

Shades of Dell #316312

Tints of Dell #316312

Color information

#316312 (or 0x316312) is unknown color: approx Dell. HEX triplet: 31, 63 and 12. RGB value is (49,99,18). Sum of RGB (Red+Green+Blue) = 49+99+18=166 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.52% from 166); Green value is 99 (39.06% from 255 or 59.64% from 166); Blue value is 18 (7.42% from 255 or 10.84% from 166); Max value from RGB is 99 - color contains mainly: green. Hex color #316312 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316312 is #CE9CED. Grayscale: #4B4B4B. Windows color (decimal): -13540590 or 1205041. OLE color: 1205041.

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

Color convert

RGB499918-
CMYK0.5100.820.61
HSL97.04º69.23%22.94%-
HSV(B)97.04º81.82%38.82%-
XYZ5.849.622.12-
YUV74.8295.94109.59-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.52%
GREEN value IS 99 (39.06% from 255) = 59.64%
BLUE value IS 18 (7.42% from 255) = 10.84%
R=29.52%
G=59.64%
B=10.84%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4999180.5100.820.6197.0469.2322.94
Hex316312330523D614517
Octal61143226301227514110527
Binary110001110001110010110011010100101111011100001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316312; }

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

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

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

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

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

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

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

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