#378129

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

Shades of Bilbao #378129

Tints of Bilbao #378129

Color information

#378129 (or 0x378129) is unknown color: approx Bilbao. HEX triplet: 37, 81 and 29. RGB value is (55,129,41). Sum of RGB (Red+Green+Blue) = 55+129+41=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 129 (50.78% from 255 or 57.33% from 225); Blue value is 41 (16.41% from 255 or 18.22% from 225); Max value from RGB is 129 - color contains mainly: green. Hex color #378129 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378129 is #C87ED6. Grayscale: #616161. Windows color (decimal): -13139671 or 2720055. OLE color: 2720055.

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

Color convert

RGB5512941-
CMYK0.5700.680.49
HSL110.45º51.76%33.33%-
HSV(B)110.45º68.22%50.59%-
XYZ9.8316.674.8-
YUV96.8496.4898.16-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.44%
GREEN value IS 129 (50.78% from 255) = 57.33%
BLUE value IS 41 (16.41% from 255) = 18.22%
R=24.44%
G=57.33%
B=18.22%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55129410.5700.680.49110.4551.7633.33
Hex37812939044316e3421
Octal6720151710104611566441
Binary11011110000001101001111001010001001100011101110110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378129; }

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

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

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

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

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

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

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

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