#448128

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

Shades of Bilbao #448128

Tints of Bilbao #448128

Color information

#448128 (or 0x448128) is unknown color: approx Bilbao. HEX triplet: 44, 81 and 28. RGB value is (68,129,40). Sum of RGB (Red+Green+Blue) = 68+129+40=237 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.69% from 237); Green value is 129 (50.78% from 255 or 54.43% from 237); Blue value is 40 (16.02% from 255 or 16.88% from 237); Max value from RGB is 129 - color contains mainly: green. Hex color #448128 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448128 is #BB7ED7. Grayscale: #646464. Windows color (decimal): -12287704 or 2654532. OLE color: 2654532.

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

Color convert

RGB6812940-
CMYK0.4700.690.49
HSL101.12º52.66%33.14%-
HSV(B)101.12º68.99%50.59%-
XYZ10.6217.084.75-
YUV100.6293.79104.74-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.69%
GREEN value IS 129 (50.78% from 255) = 54.43%
BLUE value IS 40 (16.02% from 255) = 16.88%
R=28.69%
G=54.43%
B=16.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68129400.4700.690.49101.1252.6633.14
Hex4481282F04531653521
Octal10420150570105611456541
Binary100010010000001101000101111010001011100011100101110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448128; }

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

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

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

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

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

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

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

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