#318D10

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

Shades of Bilbao #318D10

Tints of Bilbao #318D10

Color information

#318D10 (or 0x318D10) is unknown color: approx Bilbao. HEX triplet: 31, 8D and 10. RGB value is (49,141,16). Sum of RGB (Red+Green+Blue) = 49+141+16=206 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.79% from 206); Green value is 141 (55.47% from 255 or 68.45% from 206); Blue value is 16 (6.64% from 255 or 7.77% from 206); Max value from RGB is 141 - color contains mainly: green. Hex color #318D10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #318D10 is #CE72EF. Grayscale: #636363. Windows color (decimal): -13529840 or 1084721. OLE color: 1084721.

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

Color convert

RGB4914116-
CMYK0.6500.890.45
HSL104.16º79.62%30.78%-
HSV(B)104.16º88.65%55.29%-
XYZ10.8919.743.73-
YUV99.2481.0292.16-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.79%
GREEN value IS 141 (55.47% from 255) = 68.45%
BLUE value IS 16 (6.64% from 255) = 7.77%
R=23.79%
G=68.45%
B=7.77%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal49141160.6500.890.45104.1679.6230.78
Hex318D10410592D68501f
Octal612152010101315515012037
Binary11000110001101100001000001010110011011011101000101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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