#468129

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

Shades of Bilbao #468129

Tints of Bilbao #468129

Color information

#468129 (or 0x468129) is unknown color: approx Bilbao. HEX triplet: 46, 81 and 29. RGB value is (70,129,41). Sum of RGB (Red+Green+Blue) = 70+129+41=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 129 (50.78% from 255 or 53.75% from 240); Blue value is 41 (16.41% from 255 or 17.08% from 240); Max value from RGB is 129 - color contains mainly: green. Hex color #468129 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468129 is #B97ED6. Grayscale: #656565. Windows color (decimal): -12156631 or 2720070. OLE color: 2720070.

HSL color Cylindrical-coordinate representation of color #468129: hue angle of 100.23º 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 #468129 is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB7012941-
CMYK0.4600.680.49
HSL100.23º51.76%33.33%-
HSV(B)100.23º68.22%50.59%-
XYZ10.7817.164.84-
YUV101.3393.95105.66-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.17%
GREEN value IS 129 (50.78% from 255) = 53.75%
BLUE value IS 41 (16.41% from 255) = 17.08%
R=29.17%
G=53.75%
B=17.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70129410.4600.680.49100.2351.7633.33
Hex4681292E04431643421
Octal10620151560104611446441
Binary100011010000001101001101110010001001100011100100110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468129; }

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

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

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

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

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

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

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

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