#467908

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

Shades of Bilbao #467908

Tints of Bilbao #467908

Color information

#467908 (or 0x467908) is unknown color: approx Bilbao. HEX triplet: 46, 79 and 08. RGB value is (70,121,8). Sum of RGB (Red+Green+Blue) = 70+121+8=199 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.18% from 199); Green value is 121 (47.66% from 255 or 60.80% from 199); Blue value is 8 (3.52% from 255 or 4.02% from 199); Max value from RGB is 121 - color contains mainly: green. Hex color #467908 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467908 is #B986F7. Grayscale: #5D5D5D. Windows color (decimal): -12158712 or 555334. OLE color: 555334.

HSL color Cylindrical-coordinate representation of color #467908: hue angle of 87.08º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #467908 is Cyan = 0.42, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB701218-
CMYK0.4200.930.53
HSL87.08º87.6%25.29%-
HSV(B)87.08º93.39%47.45%-
XYZ9.4114.992.63-
YUV92.8780.1111.69-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.18%
GREEN value IS 121 (47.66% from 255) = 60.80%
BLUE value IS 8 (3.52% from 255) = 4.02%
R=35.18%
G=60.80%
B=4.02%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7012180.4200.930.5387.0887.625.29
Hex467982A05D35575819
Octal106171105201356512713031
Binary100011011110011000101010010111011101011010111101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467908; }

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

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

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

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

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

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

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

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