#467F05

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

Shades of Bilbao #467F05

Tints of Bilbao #467F05

Color information

#467F05 (or 0x467F05) is unknown color: approx Bilbao. HEX triplet: 46, 7F and 05. RGB value is (70,127,5). Sum of RGB (Red+Green+Blue) = 70+127+5=202 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.65% from 202); Green value is 127 (50% from 255 or 62.87% from 202); Blue value is 5 (2.34% from 255 or 2.48% from 202); Max value from RGB is 127 - color contains mainly: green. Hex color #467F05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467F05 is #B980FA. Grayscale: #606060. Windows color (decimal): -12157179 or 360262. OLE color: 360262.

HSL color Cylindrical-coordinate representation of color #467F05: hue angle of 88.03º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #467F05 is Cyan = 0.45, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.50.

Color convert

RGB701275-
CMYK0.4500.960.50
HSL88.03º92.42%25.88%-
HSV(B)88.03º96.06%49.8%-
XYZ10.1416.492.79-
YUV96.0576.62109.42-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.65%
GREEN value IS 127 (50% from 255) = 62.87%
BLUE value IS 5 (2.34% from 255) = 2.48%
R=34.65%
G=62.87%
B=2.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal7012750.4500.960.5088.0392.4225.88
Hex467F52D06032585c1a
Octal10617755501406213013432
Binary10001101111111101101101011000001100101011000101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,127,5); }

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

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

 a { background-color: rgb(70,127,5); }

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

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

 span { border-color: rgb(70,127,5); }

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