#318C12

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

Shades of Bilbao #318C12

Tints of Bilbao #318C12

Color information

#318C12 (or 0x318C12) is unknown color: approx Bilbao. HEX triplet: 31, 8C and 12. RGB value is (49,140,18). Sum of RGB (Red+Green+Blue) = 49+140+18=207 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.67% from 207); Green value is 140 (55.08% from 255 or 67.63% from 207); Blue value is 18 (7.42% from 255 or 8.70% from 207); Max value from RGB is 140 - color contains mainly: green. Hex color #318C12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #318C12 is #CE73ED. Grayscale: #636363. Windows color (decimal): -13530094 or 1215537. OLE color: 1215537.

HSL color Cylindrical-coordinate representation of color #318C12: hue angle of 104.75º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #318C12 is Cyan = 0.65, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.45.

Color convert

RGB4914018-
CMYK0.6500.870.45
HSL104.75º77.22%30.98%-
HSV(B)104.75º87.14%54.9%-
XYZ10.7519.453.76-
YUV98.8882.3592.42-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.67%
GREEN value IS 140 (55.08% from 255) = 67.63%
BLUE value IS 18 (7.42% from 255) = 8.70%
R=23.67%
G=67.63%
B=8.70%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal49140180.6500.870.45104.7577.2230.98
Hex318C12410572D694d1f
Octal612142210101275515111537
Binary11000110001100100101000001010101111011011101001100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318C12; }

 p { color: rgb(49,140,18); }

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

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

 a { background-color: rgb(49,140,18); }

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

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

 span { border-color: rgb(49,140,18); }

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