#467F1D

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

Shades of Bilbao #467F1D

Tints of Bilbao #467F1D

Color information

#467F1D (or 0x467F1D) is unknown color: approx Bilbao. HEX triplet: 46, 7F and 1D. RGB value is (70,127,29). Sum of RGB (Red+Green+Blue) = 70+127+29=226 (29% of max value = 765). Red value is 70 (27.73% from 255 or 30.97% from 226); Green value is 127 (50% from 255 or 56.19% from 226); Blue value is 29 (11.72% from 255 or 12.83% from 226); Max value from RGB is 127 - color contains mainly: green. Hex color #467F1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467F1D is #B980E2. Grayscale: #636363. Windows color (decimal): -12157155 or 1933126. OLE color: 1933126.

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

Color convert

RGB7012729-
CMYK0.4500.770.50
HSL94.9º62.82%30.59%-
HSV(B)94.9º77.17%49.8%-
XYZ10.3416.573.82-
YUV98.7888.62107.47-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.97%
GREEN value IS 127 (50% from 255) = 56.19%
BLUE value IS 29 (11.72% from 255) = 12.83%
R=30.97%
G=56.19%
B=12.83%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal70127290.4500.770.5094.962.8230.59
Hex467F1D2D04D325f3f1f
Octal10617735550115621377737
Binary100011011111111110110110101001101110010101111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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