#467E08

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

Shades of Bilbao #467E08

Tints of Bilbao #467E08

Color information

#467E08 (or 0x467E08) is unknown color: approx Bilbao. HEX triplet: 46, 7E and 08. RGB value is (70,126,8). Sum of RGB (Red+Green+Blue) = 70+126+8=204 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.31% from 204); Green value is 126 (49.61% from 255 or 61.76% from 204); Blue value is 8 (3.52% from 255 or 3.92% from 204); Max value from RGB is 126 - color contains mainly: green. Hex color #467E08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467E08 is #B981F7. Grayscale: #606060. Windows color (decimal): -12157432 or 556614. OLE color: 556614.

HSL color Cylindrical-coordinate representation of color #467E08: hue angle of 88.47º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #467E08 is Cyan = 0.44, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.

Color convert

RGB701268-
CMYK0.4400.940.51
HSL88.47º88.06%26.27%-
HSV(B)88.47º93.65%49.41%-
XYZ10.0316.242.84-
YUV95.878.45109.59-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.31%
GREEN value IS 126 (49.61% from 255) = 61.76%
BLUE value IS 8 (3.52% from 255) = 3.92%
R=34.31%
G=61.76%
B=3.92%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal7012680.4400.940.5188.4788.0626.27
Hex467E82C05E3358581a
Octal106176105401366313013032
Binary100011011111101000101100010111101100111011000101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467E08; }

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

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

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

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

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

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

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

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