#467C0E

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

Shades of Bilbao #467C0E

Tints of Bilbao #467C0E

Color information

#467C0E (or 0x467C0E) is unknown color: approx Bilbao. HEX triplet: 46, 7C and 0E. RGB value is (70,124,14). Sum of RGB (Red+Green+Blue) = 70+124+14=208 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.65% from 208); Green value is 124 (48.83% from 255 or 59.62% from 208); Blue value is 14 (5.86% from 255 or 6.73% from 208); Max value from RGB is 124 - color contains mainly: green. Hex color #467C0E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467C0E is #B983F1. Grayscale: #5F5F5F. Windows color (decimal): -12157938 or 949318. OLE color: 949318.

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

Color convert

RGB7012414-
CMYK0.4400.890.51
HSL89.45º79.71%27.06%-
HSV(B)89.45º88.71%48.63%-
XYZ9.8115.752.94-
YUV95.3182.11109.94-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.65%
GREEN value IS 124 (48.83% from 255) = 59.62%
BLUE value IS 14 (5.86% from 255) = 6.73%
R=33.65%
G=59.62%
B=6.73%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal70124140.4400.890.5189.4579.7127.06
Hex467CE2C0593359501b
Octal106174165401316313112033
Binary100011011111001110101100010110011100111011001101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,124,14); }

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

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

 a { background-color: rgb(70,124,14); }

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

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

 span { border-color: rgb(70,124,14); }

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