#318501

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

Shades of Bilbao #318501

Tints of Bilbao #318501

Color information

#318501 (or 0x318501) is unknown color: approx Bilbao. HEX triplet: 31, 85 and 01. RGB value is (49,133,1). Sum of RGB (Red+Green+Blue) = 49+133+1=183 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.78% from 183); Green value is 133 (52.34% from 255 or 72.68% from 183); Blue value is 1 (0.78% from 255 or 0.55% from 183); Max value from RGB is 133 - color contains mainly: green. Hex color #318501 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #318501 is #CE7AFE. Grayscale: #5D5D5D. Windows color (decimal): -13531903 or 99633. OLE color: 99633.

HSL color Cylindrical-coordinate representation of color #318501: hue angle of 98.18º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #318501 is Cyan = 0.63, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.48.

Color convert

RGB491331-
CMYK0.6300.990.48
HSL98.18º98.51%26.27%-
HSV(B)98.18º99.25%52.16%-
XYZ9.6617.432.88-
YUV92.8476.1796.73-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.78%
GREEN value IS 133 (52.34% from 255) = 72.68%
BLUE value IS 1 (0.78% from 255) = 0.55%
R=26.78%
G=72.68%
B=0.55%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal4913310.6300.990.4898.1898.5126.27
Hex318513F0633062631a
Octal6120517701436014214332
Binary110001100001011111111011000111100001100010110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318501; }

 p { color: rgb(49,133,1); }

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

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

 a { background-color: rgb(49,133,1); }

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

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

 span { border-color: rgb(49,133,1); }

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