#467C2F

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

Shades of Bilbao #467C2F

Tints of Bilbao #467C2F

Color information

#467C2F (or 0x467C2F) is unknown color: approx Bilbao. HEX triplet: 46, 7C and 2F. RGB value is (70,124,47). Sum of RGB (Red+Green+Blue) = 70+124+47=241 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.05% from 241); Green value is 124 (48.83% from 255 or 51.45% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 124 - color contains mainly: green. Hex color #467C2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467C2F is #B983D0. Grayscale: #636363. Windows color (decimal): -12157905 or 3112006. OLE color: 3112006.

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

Color convert

RGB7012447-
CMYK0.4400.620.51
HSL102.08º45.03%33.53%-
HSV(B)102.08º62.1%48.63%-
XYZ10.2515.925.22-
YUV99.0898.61107.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.05%
GREEN value IS 124 (48.83% from 255) = 51.45%
BLUE value IS 47 (18.75% from 255) = 19.50%
R=29.05%
G=51.45%
B=19.50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal70124470.4400.620.51102.0845.0333.53
Hex467C2F2C03E33662d22
Octal1061745754076631465542
Binary1000110111110010111110110001111101100111100110101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,124,47); }

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

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

 a { background-color: rgb(70,124,47); }

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

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

 span { border-color: rgb(70,124,47); }

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