#448229

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

Shades of Bilbao #448229

Tints of Bilbao #448229

Color information

#448229 (or 0x448229) is unknown color: approx Bilbao. HEX triplet: 44, 82 and 29. RGB value is (68,130,41). Sum of RGB (Red+Green+Blue) = 68+130+41=239 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.45% from 239); Green value is 130 (51.17% from 255 or 54.39% from 239); Blue value is 41 (16.41% from 255 or 17.15% from 239); Max value from RGB is 130 - color contains mainly: green. Hex color #448229 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448229 is #BB7DD6. Grayscale: #656565. Windows color (decimal): -12287447 or 2720324. OLE color: 2720324.

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

Color convert

RGB6813041-
CMYK0.4800.680.49
HSL101.8º52.05%33.53%-
HSV(B)101.8º68.46%50.98%-
XYZ10.7717.354.88-
YUV101.3293.96104.24-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.45%
GREEN value IS 130 (51.17% from 255) = 54.39%
BLUE value IS 41 (16.41% from 255) = 17.15%
R=28.45%
G=54.39%
B=17.15%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68130410.4800.680.49101.852.0533.53
Hex4482293004431663422
Octal10420251600104611466442
Binary100010010000010101001110000010001001100011100110110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448229; }

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

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

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

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

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

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

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

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