#468408

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

Shades of Bilbao #468408

Tints of Bilbao #468408

Color information

#468408 (or 0x468408) is unknown color: approx Bilbao. HEX triplet: 46, 84 and 08. RGB value is (70,132,8). Sum of RGB (Red+Green+Blue) = 70+132+8=210 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.33% from 210); Green value is 132 (51.95% from 255 or 62.86% from 210); Blue value is 8 (3.52% from 255 or 3.81% from 210); Max value from RGB is 132 - color contains mainly: green. Hex color #468408 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468408 is #B97BF7. Grayscale: #636363. Windows color (decimal): -12155896 or 558150. OLE color: 558150.

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

Color convert

RGB701328-
CMYK0.4700.940.48
HSL90º88.57%27.45%-
HSV(B)90º93.94%51.76%-
XYZ10.8217.823.1-
YUV99.3376.46107.08-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.33%
GREEN value IS 132 (51.95% from 255) = 62.86%
BLUE value IS 8 (3.52% from 255) = 3.81%
R=33.33%
G=62.86%
B=3.81%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal7013280.4700.940.489088.5727.45
Hex468482F05E305a591b
Octal106204105701366013213133
Binary1000110100001001000101111010111101100001011010101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468408; }

 p { color: rgb(70,132,8); }

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

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

 a { background-color: rgb(70,132,8); }

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

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

 span { border-color: rgb(70,132,8); }

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