#318C10

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

Shades of Bilbao #318C10

Tints of Bilbao #318C10

Color information

#318C10 (or 0x318C10) is unknown color: approx Bilbao. HEX triplet: 31, 8C and 10. RGB value is (49,140,16). Sum of RGB (Red+Green+Blue) = 49+140+16=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 140 (55.08% from 255 or 68.29% from 205); Blue value is 16 (6.64% from 255 or 7.80% from 205); Max value from RGB is 140 - color contains mainly: green. Hex color #318C10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #318C10 is #CE73EF. Grayscale: #636363. Windows color (decimal): -13530096 or 1084465. OLE color: 1084465.

HSL color Cylindrical-coordinate representation of color #318C10: hue angle of 104.03º degrees, saturation: 0.79, 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 #318C10 is Cyan = 0.65, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB4914016-
CMYK0.6500.890.45
HSL104.03º79.49%30.59%-
HSV(B)104.03º88.57%54.9%-
XYZ10.7419.453.68-
YUV98.6581.3592.58-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.90%
GREEN value IS 140 (55.08% from 255) = 68.29%
BLUE value IS 16 (6.64% from 255) = 7.80%
R=23.90%
G=68.29%
B=7.80%

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
Decimal49140160.6500.890.45104.0379.4930.59
Hex318C10410592D684f1f
Octal612142010101315515011737
Binary11000110001100100001000001010110011011011101000100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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