#478129

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

Shades of Bilbao #478129

Tints of Bilbao #478129

Color information

#478129 (or 0x478129) is unknown color: approx Bilbao. HEX triplet: 47, 81 and 29. RGB value is (71,129,41). Sum of RGB (Red+Green+Blue) = 71+129+41=241 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.46% from 241); Green value is 129 (50.78% from 255 or 53.53% from 241); Blue value is 41 (16.41% from 255 or 17.01% from 241); Max value from RGB is 129 - color contains mainly: green. Hex color #478129 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #478129 is #B87ED6. Grayscale: #656565. Windows color (decimal): -12091095 or 2720071. OLE color: 2720071.

HSL color Cylindrical-coordinate representation of color #478129: hue angle of 99.55º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #478129 is Cyan = 0.45, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB7112941-
CMYK0.4500.680.49
HSL99.55º51.76%33.33%-
HSV(B)99.55º68.22%50.59%-
XYZ10.8517.24.85-
YUV101.6393.78106.16-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.46%
GREEN value IS 129 (50.78% from 255) = 53.53%
BLUE value IS 41 (16.41% from 255) = 17.01%
R=29.46%
G=53.53%
B=17.01%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71129410.4500.680.4999.5551.7633.33
Hex4781292D04431643421
Octal10720151550104611446441
Binary100011110000001101001101101010001001100011100100110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478129; }

 p { color: rgb(71,129,41); }

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

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

 a { background-color: rgb(71,129,41); }

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

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

 span { border-color: rgb(71,129,41); }

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