#468219

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

Shades of Bilbao #468219

Tints of Bilbao #468219

Color information

#468219 (or 0x468219) is unknown color: approx Bilbao. HEX triplet: 46, 82 and 19. RGB value is (70,130,25). Sum of RGB (Red+Green+Blue) = 70+130+25=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 130 (51.17% from 255 or 57.78% from 225); Blue value is 25 (10.16% from 255 or 11.11% from 225); Max value from RGB is 130 - color contains mainly: green. Hex color #468219 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468219 is #B97DE6. Grayscale: #646464. Windows color (decimal): -12156391 or 1671750. OLE color: 1671750.

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

Color convert

RGB7013025-
CMYK0.4600.810.49
HSL94.29º67.74%30.39%-
HSV(B)94.29º80.77%50.98%-
XYZ10.6817.343.7-
YUV100.0985.62106.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.11%
GREEN value IS 130 (51.17% from 255) = 57.78%
BLUE value IS 25 (10.16% from 255) = 11.11%
R=31.11%
G=57.78%
B=11.11%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70130250.4600.810.4994.2967.7430.39
Hex4682192E051315e441e
Octal106202315601216113610436
Binary10001101000001011001101110010100011100011011110100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468219; }

 p { color: rgb(70,130,25); }

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

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

 a { background-color: rgb(70,130,25); }

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

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

 span { border-color: rgb(70,130,25); }

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