#318315

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

Shades of Bilbao #318315

Tints of Bilbao #318315

Color information

#318315 (or 0x318315) is unknown color: approx Bilbao. HEX triplet: 31, 83 and 15. RGB value is (49,131,21). Sum of RGB (Red+Green+Blue) = 49+131+21=201 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.38% from 201); Green value is 131 (51.56% from 255 or 65.17% from 201); Blue value is 21 (8.59% from 255 or 10.45% from 201); Max value from RGB is 131 - color contains mainly: green. Hex color #318315 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #318315 is #CE7CEA. Grayscale: #5E5E5E. Windows color (decimal): -13532395 or 1409841. OLE color: 1409841.

HSL color Cylindrical-coordinate representation of color #318315: hue angle of 104.73º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #318315 is Cyan = 0.63, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB4913121-
CMYK0.6300.840.49
HSL104.73º72.37%29.8%-
HSV(B)104.73º83.97%51.37%-
XYZ9.5216.943.48-
YUV93.9486.8395.94-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.38%
GREEN value IS 131 (51.56% from 255) = 65.17%
BLUE value IS 21 (8.59% from 255) = 10.45%
R=24.38%
G=65.17%
B=10.45%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49131210.6300.840.49104.7372.3729.8
Hex3183153F0543169481e
Octal61203257701246115111036
Binary1100011000001110101111111010101001100011101001100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318315; }

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

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

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

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

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

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

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

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