#319209

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

Shades of Bilbao #319209

Tints of Bilbao #319209

Color information

#319209 (or 0x319209) is unknown color: approx Bilbao. HEX triplet: 31, 92 and 09. RGB value is (49,146,9). Sum of RGB (Red+Green+Blue) = 49+146+9=204 (27% of max value = 765). Red value is 49 (19.53% from 255 or 24.02% from 204); Green value is 146 (57.42% from 255 or 71.57% from 204); Blue value is 9 (3.91% from 255 or 4.41% from 204); Max value from RGB is 146 - color contains mainly: green. Hex color #319209 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #319209 is #CE6DF6. Grayscale: #656565. Windows color (decimal): -13528567 or 627249. OLE color: 627249.

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

Color convert

RGB491469-
CMYK0.6600.940.43
HSL102.48º88.39%30.39%-
HSV(B)102.48º93.84%57.25%-
XYZ11.5921.233.75-
YUV101.3875.8690.64-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.02%
GREEN value IS 146 (57.42% from 255) = 71.57%
BLUE value IS 9 (3.91% from 255) = 4.41%
R=24.02%
G=71.57%
B=4.41%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal4914690.6600.940.43102.4888.3930.39
Hex319294205E2B66581e
Octal612221110201365314613036
Binary1100011001001010011000010010111101010111100110101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319209; }

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

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

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

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

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

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

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

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