#316A18

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

Shades of Bilbao #316A18

Tints of Bilbao #316A18

Color information

#316A18 (or 0x316A18) is unknown color: approx Bilbao. HEX triplet: 31, 6A and 18. RGB value is (49,106,24). Sum of RGB (Red+Green+Blue) = 49+106+24=179 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.37% from 179); Green value is 106 (41.80% from 255 or 59.22% from 179); Blue value is 24 (9.77% from 255 or 13.41% from 179); Max value from RGB is 106 - color contains mainly: green. Hex color #316A18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316A18 is #CE95E7. Grayscale: #4F4F4F. Windows color (decimal): -13538792 or 1600049. OLE color: 1600049.

HSL color Cylindrical-coordinate representation of color #316A18: hue angle of 101.71º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #316A18 is Cyan = 0.54, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.58.

Color convert

RGB4910624-
CMYK0.5400.770.58
HSL101.71º63.08%25.49%-
HSV(B)101.71º77.36%41.57%-
XYZ6.5911.032.65-
YUV79.6196.62106.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.37%
GREEN value IS 106 (41.80% from 255) = 59.22%
BLUE value IS 24 (9.77% from 255) = 13.41%
R=27.37%
G=59.22%
B=13.41%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49106240.5400.770.58101.7163.0825.49
Hex316A183604D3A663f19
Octal6115230660115721467731
Binary11000111010101100011011001001101111010110011011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,106,24); }

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

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

 a { background-color: rgb(49,106,24); }

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

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

 span { border-color: rgb(49,106,24); }

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