#316C09

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

Shades of Bilbao #316C09

Tints of Bilbao #316C09

Color information

#316C09 (or 0x316C09) is unknown color: approx Bilbao. HEX triplet: 31, 6C and 09. RGB value is (49,108,9). Sum of RGB (Red+Green+Blue) = 49+108+9=166 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.52% from 166); Green value is 108 (42.58% from 255 or 65.06% from 166); Blue value is 9 (3.91% from 255 or 5.42% from 166); Max value from RGB is 108 - color contains mainly: green. Hex color #316C09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316C09 is #CE93F6. Grayscale: #4F4F4F. Windows color (decimal): -13538295 or 617521. OLE color: 617521.

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

Color convert

RGB491089-
CMYK0.5500.920.58
HSL95.76º84.62%22.94%-
HSV(B)95.76º91.67%42.35%-
XYZ6.6811.42.11-
YUV79.0788.45106.55-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.52%
GREEN value IS 108 (42.58% from 255) = 65.06%
BLUE value IS 9 (3.91% from 255) = 5.42%
R=29.52%
G=65.06%
B=5.42%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4910890.5500.920.5895.7684.6222.94
Hex316C93705C3A605517
Octal61154116701347214012527
Binary11000111011001001110111010111001110101100000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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