#468112

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

Shades of Bilbao #468112

Tints of Bilbao #468112

Color information

#468112 (or 0x468112) is unknown color: approx Bilbao. HEX triplet: 46, 81 and 12. RGB value is (70,129,18). Sum of RGB (Red+Green+Blue) = 70+129+18=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 129 (50.78% from 255 or 59.45% from 217); Blue value is 18 (7.42% from 255 or 8.29% from 217); Max value from RGB is 129 - color contains mainly: green. Hex color #468112 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468112 is #B97EED. Grayscale: #636363. Windows color (decimal): -12156654 or 1212742. OLE color: 1212742.

HSL color Cylindrical-coordinate representation of color #468112: hue angle of 91.89º 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 #468112 is Cyan = 0.46, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB7012918-
CMYK0.4600.860.49
HSL91.89º75.51%28.82%-
HSV(B)91.89º86.05%50.59%-
XYZ10.4917.053.31-
YUV98.782.45107.53-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.26%
GREEN value IS 129 (50.78% from 255) = 59.45%
BLUE value IS 18 (7.42% from 255) = 8.29%
R=32.26%
G=59.45%
B=8.29%

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
Decimal70129180.4600.860.4991.8975.5128.82
Hex4681122E056315c4c1d
Octal106201225601266113411435
Binary10001101000000110010101110010101101100011011100100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468112; }

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

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

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

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

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

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

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

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