#467A2D

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

Shades of Bilbao #467A2D

Tints of Bilbao #467A2D

Color information

#467A2D (or 0x467A2D) is unknown color: approx Bilbao. HEX triplet: 46, 7A and 2D. RGB value is (70,122,45). Sum of RGB (Red+Green+Blue) = 70+122+45=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 122 (48.05% from 255 or 51.48% from 237); Blue value is 45 (17.97% from 255 or 18.99% from 237); Max value from RGB is 122 - color contains mainly: green. Hex color #467A2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467A2D is #B985D2. Grayscale: #616161. Windows color (decimal): -12158419 or 2980422. OLE color: 2980422.

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

Color convert

RGB7012245-
CMYK0.4300.630.52
HSL100.52º46.11%32.75%-
HSV(B)100.52º63.11%47.84%-
XYZ9.9615.414.93-
YUV97.6798.27108.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.54%
GREEN value IS 122 (48.05% from 255) = 51.48%
BLUE value IS 45 (17.97% from 255) = 18.99%
R=29.54%
G=51.48%
B=18.99%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal70122450.4300.630.52100.5246.1132.75
Hex467A2D2B03F34652e21
Octal1061725553077641455641
Binary1000110111101010110110101101111111101001100101101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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