#467A1B

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

Shades of Bilbao #467A1B

Tints of Bilbao #467A1B

Color information

#467A1B (or 0x467A1B) is unknown color: approx Bilbao. HEX triplet: 46, 7A and 1B. RGB value is (70,122,27). Sum of RGB (Red+Green+Blue) = 70+122+27=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 122 (48.05% from 255 or 55.71% from 219); Blue value is 27 (10.94% from 255 or 12.33% from 219); Max value from RGB is 122 - color contains mainly: green. Hex color #467A1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467A1B is #B985E4. Grayscale: #5F5F5F. Windows color (decimal): -12158437 or 1800774. OLE color: 1800774.

HSL color Cylindrical-coordinate representation of color #467A1B: hue angle of 92.84º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #467A1B is Cyan = 0.43, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.52.

Color convert

RGB7012227-
CMYK0.4300.780.52
HSL92.84º63.76%29.22%-
HSV(B)92.84º77.87%47.84%-
XYZ9.6815.33.48-
YUV95.6289.27109.72-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.96%
GREEN value IS 122 (48.05% from 255) = 55.71%
BLUE value IS 27 (10.94% from 255) = 12.33%
R=31.96%
G=55.71%
B=12.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal70122270.4300.780.5292.8463.7629.22
Hex467A1B2B04E345d401d
Octal106172335301166413510035
Binary1000110111101011011101011010011101101001011101100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,122,27); }

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

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

 a { background-color: rgb(70,122,27); }

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

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

 span { border-color: rgb(70,122,27); }

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