#316e10

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

Shades of Bilbao #316E10

Tints of Bilbao #316E10

Color information

#316E10 (or 0x316E10) is unknown color: approx Bilbao. HEX triplet: 31, 6E and 10. RGB value is (49,110,16). Sum of RGB (Red+Green+Blue) = 49+110+16=175 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28% from 175); Green value is 110 (43.36% from 255 or 62.86% from 175); Blue value is 16 (6.64% from 255 or 9.14% from 175); Max value from RGB is 110 - color contains mainly: green. Hex color #316E10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316E10 is #CE91EF. Grayscale: #515151. Windows color (decimal): -13537776 or 1076785. OLE color: 1076785.

HSL color Cylindrical-coordinate representation of color #316E10: hue angle of 98.94º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #316E10 is Cyan = 0.55, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.57.

Color convert

RGB4911016-
CMYK0.5500.850.57
HSL98.94º74.6%24.71%-
HSV(B)98.94º85.45%43.14%-
XYZ6.9411.842.41-
YUV81.0491.29105.14-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28%
GREEN value IS 110 (43.36% from 255) = 62.86%
BLUE value IS 16 (6.64% from 255) = 9.14%
R=28%
G=62.86%
B=9.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal49110160.5500.850.5798.9474.624.71
Hex316E103705539634b19
Octal61156206701257114311331
Binary110001110111010000110111010101011110011100011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316e10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316e10; }

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

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

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

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

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

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

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

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