#318E14

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

Shades of Bilbao #318E14

Tints of Bilbao #318E14

Color information

#318E14 (or 0x318E14) is unknown color: approx Bilbao. HEX triplet: 31, 8E and 14. RGB value is (49,142,20). Sum of RGB (Red+Green+Blue) = 49+142+20=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 142 (55.86% from 255 or 67.30% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 142 - color contains mainly: green. Hex color #318E14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #318E14 is #CE71EB. Grayscale: #646464. Windows color (decimal): -13529580 or 1347121. OLE color: 1347121.

HSL color Cylindrical-coordinate representation of color #318E14: hue angle of 105.74º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #318E14 is Cyan = 0.65, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB4914220-
CMYK0.6500.860.44
HSL105.74º75.31%31.76%-
HSV(B)105.74º85.92%55.69%-
XYZ11.0720.053.95-
YUV100.2882.6991.42-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.22%
GREEN value IS 142 (55.86% from 255) = 67.30%
BLUE value IS 20 (8.20% from 255) = 9.48%
R=23.22%
G=67.30%
B=9.48%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal49142200.6500.860.44105.7475.3131.76
Hex318E14410562C6a4b20
Octal612162410101265415211340
Binary110001100011101010010000010101011010110011010101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,142,20); }

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

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

 a { background-color: rgb(49,142,20); }

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

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

 span { border-color: rgb(49,142,20); }

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