#318711

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

Shades of Bilbao #318711

Tints of Bilbao #318711

Color information

#318711 (or 0x318711) is unknown color: approx Bilbao. HEX triplet: 31, 87 and 11. RGB value is (49,135,17). Sum of RGB (Red+Green+Blue) = 49+135+17=201 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.38% from 201); Green value is 135 (53.12% from 255 or 67.16% from 201); Blue value is 17 (7.03% from 255 or 8.46% from 201); Max value from RGB is 135 - color contains mainly: green. Hex color #318711 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #318711 is #CE78EE. Grayscale: #606060. Windows color (decimal): -13531375 or 1148721. OLE color: 1148721.

HSL color Cylindrical-coordinate representation of color #318711: hue angle of 103.73º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #318711 is Cyan = 0.64, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB4913517-
CMYK0.6400.870.47
HSL103.73º77.63%29.8%-
HSV(B)103.73º87.41%52.94%-
XYZ10.0318.023.48-
YUV95.8383.5194.59-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.38%
GREEN value IS 135 (53.12% from 255) = 67.16%
BLUE value IS 17 (7.03% from 255) = 8.46%
R=24.38%
G=67.16%
B=8.46%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal49135170.6400.870.47103.7377.6329.8
Hex318711400572F684e1e
Octal612072110001275715011636
Binary11000110000111100011000000010101111011111101000100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318711; }

 p { color: rgb(49,135,17); }

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

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

 a { background-color: rgb(49,135,17); }

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

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

 span { border-color: rgb(49,135,17); }

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