#318B1B

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

Shades of Bilbao #318B1B

Tints of Bilbao #318B1B

Color information

#318B1B (or 0x318B1B) is unknown color: approx Bilbao. HEX triplet: 31, 8B and 1B. RGB value is (49,139,27). Sum of RGB (Red+Green+Blue) = 49+139+27=215 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.79% from 215); Green value is 139 (54.69% from 255 or 64.65% from 215); Blue value is 27 (10.94% from 255 or 12.56% from 215); Max value from RGB is 139 - color contains mainly: green. Hex color #318B1B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318B1B is #CE74E4. Grayscale: #636363. Windows color (decimal): -13530341 or 1805105. OLE color: 1805105.

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

Color convert

RGB4913927-
CMYK0.6500.810.45
HSL108.21º67.47%32.55%-
HSV(B)108.21º80.58%54.51%-
XYZ10.719.24.18-
YUV99.3287.1892.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.79%
GREEN value IS 139 (54.69% from 255) = 64.65%
BLUE value IS 27 (10.94% from 255) = 12.56%
R=22.79%
G=64.65%
B=12.56%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal49139270.6500.810.45108.2167.4732.55
Hex318B1B410512D6c4321
Octal612133310101215515410341
Binary110001100010111101110000010101000110110111011001000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,139,27); }

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

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

 a { background-color: rgb(49,139,27); }

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

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

 span { border-color: rgb(49,139,27); }

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