#316C14

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

Shades of Bilbao #316C14

Tints of Bilbao #316C14

Color information

#316C14 (or 0x316C14) is unknown color: approx Bilbao. HEX triplet: 31, 6C and 14. RGB value is (49,108,20). Sum of RGB (Red+Green+Blue) = 49+108+20=177 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.68% from 177); Green value is 108 (42.58% from 255 or 61.02% from 177); Blue value is 20 (8.20% from 255 or 11.30% from 177); Max value from RGB is 108 - color contains mainly: green. Hex color #316C14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316C14 is #CE93EB. Grayscale: #505050. Windows color (decimal): -13538284 or 1338417. OLE color: 1338417.

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

Color convert

RGB4910820-
CMYK0.5500.810.58
HSL100.23º68.75%25.1%-
HSV(B)100.23º81.48%42.35%-
XYZ6.7611.432.51-
YUV80.3393.95105.66-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.68%
GREEN value IS 108 (42.58% from 255) = 61.02%
BLUE value IS 20 (8.20% from 255) = 11.30%
R=27.68%
G=61.02%
B=11.30%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49108200.5500.810.58100.2368.7525.1
Hex316C14370513A644519
Octal61154246701217214410531
Binary110001110110010100110111010100011110101100100100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,108,20); }

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

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

 a { background-color: rgb(49,108,20); }

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

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

 span { border-color: rgb(49,108,20); }

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