#468212

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

Shades of Bilbao #468212

Tints of Bilbao #468212

Color information

#468212 (or 0x468212) is unknown color: approx Bilbao. HEX triplet: 46, 82 and 12. RGB value is (70,130,18). Sum of RGB (Red+Green+Blue) = 70+130+18=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 130 (51.17% from 255 or 59.63% from 218); Blue value is 18 (7.42% from 255 or 8.26% from 218); Max value from RGB is 130 - color contains mainly: green. Hex color #468212 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468212 is #B97DED. Grayscale: #636363. Windows color (decimal): -12156398 or 1212998. OLE color: 1212998.

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

Color convert

RGB7013018-
CMYK0.4600.860.49
HSL92.14º75.68%29.02%-
HSV(B)92.14º86.15%50.98%-
XYZ10.6217.313.35-
YUV99.2982.12107.11-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.11%
GREEN value IS 130 (51.17% from 255) = 59.63%
BLUE value IS 18 (7.42% from 255) = 8.26%
R=32.11%
G=59.63%
B=8.26%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70130180.4600.860.4992.1475.6829.02
Hex4682122E056315c4c1d
Octal106202225601266113411435
Binary10001101000001010010101110010101101100011011100100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468212; }

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

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

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

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

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

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

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

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