#448129

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

Shades of Bilbao #448129

Tints of Bilbao #448129

Color information

#448129 (or 0x448129) is unknown color: approx Bilbao. HEX triplet: 44, 81 and 29. RGB value is (68,129,41). Sum of RGB (Red+Green+Blue) = 68+129+41=238 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.57% from 238); Green value is 129 (50.78% from 255 or 54.20% from 238); Blue value is 41 (16.41% from 255 or 17.23% from 238); Max value from RGB is 129 - color contains mainly: green. Hex color #448129 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448129 is #BB7ED6. Grayscale: #656565. Windows color (decimal): -12287703 or 2720068. OLE color: 2720068.

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

Color convert

RGB6812941-
CMYK0.4700.680.49
HSL101.59º51.76%33.33%-
HSV(B)101.59º68.22%50.59%-
XYZ10.6317.094.84-
YUV100.7394.29104.66-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.57%
GREEN value IS 129 (50.78% from 255) = 54.20%
BLUE value IS 41 (16.41% from 255) = 17.23%
R=28.57%
G=54.20%
B=17.23%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68129410.4700.680.49101.5951.7633.33
Hex4481292F04431663421
Octal10420151570104611466441
Binary100010010000001101001101111010001001100011100110110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448129; }

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

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

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

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

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

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

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

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