#468612

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

Shades of Bilbao #468612

Tints of Bilbao #468612

Color information

#468612 (or 0x468612) is unknown color: approx Bilbao. HEX triplet: 46, 86 and 12. RGB value is (70,134,18). Sum of RGB (Red+Green+Blue) = 70+134+18=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 134 (52.73% from 255 or 60.36% from 222); Blue value is 18 (7.42% from 255 or 8.11% from 222); Max value from RGB is 134 - color contains mainly: green. Hex color #468612 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468612 is #B979ED. Grayscale: #666666. Windows color (decimal): -12155374 or 1214022. OLE color: 1214022.

HSL color Cylindrical-coordinate representation of color #468612: hue angle of 93.1º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #468612 is Cyan = 0.48, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB7013418-
CMYK0.4800.870.47
HSL93.1º76.32%29.8%-
HSV(B)93.1º86.57%52.55%-
XYZ11.1618.43.53-
YUV101.6480.8105.43-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.53%
GREEN value IS 134 (52.73% from 255) = 60.36%
BLUE value IS 18 (7.42% from 255) = 8.11%
R=31.53%
G=60.36%
B=8.11%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal70134180.4800.870.4793.176.3229.8
Hex468612300572F5d4c1e
Octal106206226001275713511436
Binary10001101000011010010110000010101111011111011101100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468612; }

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

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

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

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

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

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

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

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