#319009

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

Shades of Bilbao #319009

Tints of Bilbao #319009

Color information

#319009 (or 0x319009) is unknown color: approx Bilbao. HEX triplet: 31, 90 and 09. RGB value is (49,144,9). Sum of RGB (Red+Green+Blue) = 49+144+9=202 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.26% from 202); Green value is 144 (56.64% from 255 or 71.29% from 202); Blue value is 9 (3.91% from 255 or 4.46% from 202); Max value from RGB is 144 - color contains mainly: green. Hex color #319009 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #319009 is #CE6FF6. Grayscale: #646464. Windows color (decimal): -13529079 or 626737. OLE color: 626737.

HSL color Cylindrical-coordinate representation of color #319009: hue angle of 102.22º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #319009 is Cyan = 0.66, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB491449-
CMYK0.6600.940.44
HSL102.22º88.24%30%-
HSV(B)102.22º93.75%56.47%-
XYZ11.2920.623.64-
YUV100.276.5391.48-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.26%
GREEN value IS 144 (56.64% from 255) = 71.29%
BLUE value IS 9 (3.91% from 255) = 4.46%
R=24.26%
G=71.29%
B=4.46%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal4914490.6600.940.44102.2288.2430
Hex319094205E2C66581e
Octal612201110201365414613036
Binary1100011001000010011000010010111101011001100110101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319009; }

 p { color: rgb(49,144,9); }

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

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

 a { background-color: rgb(49,144,9); }

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

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

 span { border-color: rgb(49,144,9); }

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