#318D15

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

Shades of Bilbao #318D15

Tints of Bilbao #318D15

Color information

#318D15 (or 0x318D15) is unknown color: approx Bilbao. HEX triplet: 31, 8D and 15. RGB value is (49,141,21). Sum of RGB (Red+Green+Blue) = 49+141+21=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 141 (55.47% from 255 or 66.82% from 211); Blue value is 21 (8.59% from 255 or 9.95% from 211); Max value from RGB is 141 - color contains mainly: green. Hex color #318D15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #318D15 is #CE72EA. Grayscale: #646464. Windows color (decimal): -13529835 or 1412401. OLE color: 1412401.

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

Color convert

RGB4914121-
CMYK0.6500.850.45
HSL106º74.07%31.76%-
HSV(B)106º85.11%55.29%-
XYZ10.9319.763.95-
YUV99.8183.5291.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.22%
GREEN value IS 141 (55.47% from 255) = 66.82%
BLUE value IS 21 (8.59% from 255) = 9.95%
R=23.22%
G=66.82%
B=9.95%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal49141210.6500.850.4510674.0731.76
Hex318D15410552D6a4a20
Octal612152510101255515211240
Binary110001100011011010110000010101010110110111010101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,141,21); }

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

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

 a { background-color: rgb(49,141,21); }

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

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

 span { border-color: rgb(49,141,21); }

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