#318226

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

Shades of Bilbao #318226

Tints of Bilbao #318226

Color information

#318226 (or 0x318226) is unknown color: approx Bilbao. HEX triplet: 31, 82 and 26. RGB value is (49,130,38). Sum of RGB (Red+Green+Blue) = 49+130+38=217 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.58% from 217); Green value is 130 (51.17% from 255 or 59.91% from 217); Blue value is 38 (15.23% from 255 or 17.51% from 217); Max value from RGB is 130 - color contains mainly: green. Hex color #318226 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318226 is #CE7DD9. Grayscale: #5F5F5F. Windows color (decimal): -13532634 or 2523697. OLE color: 2523697.

HSL color Cylindrical-coordinate representation of color #318226: hue angle of 112.83º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #318226 is Cyan = 0.62, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB4913038-
CMYK0.6200.710.49
HSL112.83º54.76%32.94%-
HSV(B)112.83º70.77%50.98%-
XYZ9.616.764.56-
YUV95.2995.6694.98-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.58%
GREEN value IS 130 (51.17% from 255) = 59.91%
BLUE value IS 38 (15.23% from 255) = 17.51%
R=22.58%
G=59.91%
B=17.51%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49130380.6200.710.49112.8354.7632.94
Hex3182263E04731713721
Octal6120246760107611616741
Binary11000110000010100110111110010001111100011110001110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318226; }

 p { color: rgb(49,130,38); }

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

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

 a { background-color: rgb(49,130,38); }

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

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

 span { border-color: rgb(49,130,38); }

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