#316012

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

Shades of Dell #316012

Tints of Dell #316012

Color information

#316012 (or 0x316012) is unknown color: approx Dell. HEX triplet: 31, 60 and 12. RGB value is (49,96,18). Sum of RGB (Red+Green+Blue) = 49+96+18=163 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.06% from 163); Green value is 96 (37.89% from 255 or 58.90% from 163); Blue value is 18 (7.42% from 255 or 11.04% from 163); Max value from RGB is 96 - color contains mainly: green. Hex color #316012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316012 is #CE9FED. Grayscale: #494949. Windows color (decimal): -13541358 or 1204273. OLE color: 1204273.

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

Color convert

RGB499618-
CMYK0.4900.810.62
HSL96.15º68.42%22.35%-
HSV(B)96.15º81.25%37.65%-
XYZ5.569.062.03-
YUV73.0696.93110.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.06%
GREEN value IS 96 (37.89% from 255) = 58.90%
BLUE value IS 18 (7.42% from 255) = 11.04%
R=30.06%
G=58.90%
B=11.04%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4996180.4900.810.6296.1568.4222.35
Hex316012310513E604416
Octal61140226101217614010426
Binary110001110000010010110001010100011111101100000100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316012; }

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

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

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

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

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

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

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

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