#468606

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

Shades of Bilbao #468606

Tints of Bilbao #468606

Color information

#468606 (or 0x468606) is unknown color: approx Bilbao. HEX triplet: 46, 86 and 06. RGB value is (70,134,6). Sum of RGB (Red+Green+Blue) = 70+134+6=210 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.33% from 210); Green value is 134 (52.73% from 255 or 63.81% from 210); Blue value is 6 (2.73% from 255 or 2.86% from 210); Max value from RGB is 134 - color contains mainly: green. Hex color #468606 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468606 is #B979F9. Grayscale: #646464. Windows color (decimal): -12155386 or 427590. OLE color: 427590.

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

Color convert

RGB701346-
CMYK0.4800.960.47
HSL90º91.43%27.45%-
HSV(B)90º95.52%52.55%-
XYZ11.0818.373.13-
YUV100.2774.8106.41-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.33%
GREEN value IS 134 (52.73% from 255) = 63.81%
BLUE value IS 6 (2.73% from 255) = 2.86%
R=33.33%
G=63.81%
B=2.86%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal7013460.4800.960.479091.4327.45
Hex46866300602F5a5b1b
Octal10620666001405713213333
Binary100011010000110110110000011000001011111011010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468606; }

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

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

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

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

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

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

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

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