#467F2C

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

Shades of Bilbao #467F2C

Tints of Bilbao #467F2C

Color information

#467F2C (or 0x467F2C) is unknown color: approx Bilbao. HEX triplet: 46, 7F and 2C. RGB value is (70,127,44). Sum of RGB (Red+Green+Blue) = 70+127+44=241 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.05% from 241); Green value is 127 (50% from 255 or 52.70% from 241); Blue value is 44 (17.58% from 255 or 18.26% from 241); Max value from RGB is 127 - color contains mainly: green. Hex color #467F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467F2C is #B980D3. Grayscale: #646464. Windows color (decimal): -12157140 or 2916166. OLE color: 2916166.

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

Color convert

RGB7012744-
CMYK0.4500.650.50
HSL101.2º48.54%33.53%-
HSV(B)101.2º65.35%49.8%-
XYZ10.5716.665.04-
YUV100.4996.12106.25-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.05%
GREEN value IS 127 (50% from 255) = 52.70%
BLUE value IS 44 (17.58% from 255) = 18.26%
R=29.05%
G=52.70%
B=18.26%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal70127440.4500.650.50101.248.5433.53
Hex467F2C2D04132653122
Octal10617754550101621456142
Binary10001101111111101100101101010000011100101100101110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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