#467A2F

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

Shades of Bilbao #467A2F

Tints of Bilbao #467A2F

Color information

#467A2F (or 0x467A2F) is unknown color: approx Bilbao. HEX triplet: 46, 7A and 2F. RGB value is (70,122,47). Sum of RGB (Red+Green+Blue) = 70+122+47=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 122 (48.05% from 255 or 51.05% from 239); Blue value is 47 (18.75% from 255 or 19.67% from 239); Max value from RGB is 122 - color contains mainly: green. Hex color #467A2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467A2F is #B985D0. Grayscale: #626262. Windows color (decimal): -12158417 or 3111494. OLE color: 3111494.

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

Color convert

RGB7012247-
CMYK0.4300.610.52
HSL101.6º44.38%33.14%-
HSV(B)101.6º61.48%47.84%-
XYZ1015.435.14-
YUV97.999.27108.1-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.29%
GREEN value IS 122 (48.05% from 255) = 51.05%
BLUE value IS 47 (18.75% from 255) = 19.67%
R=29.29%
G=51.05%
B=19.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal70122470.4300.610.52101.644.3833.14
Hex467A2F2B03D34662c21
Octal1061725753075641465441
Binary1000110111101010111110101101111011101001100110101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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