#448809

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

Shades of Bilbao #448809

Tints of Bilbao #448809

Color information

#448809 (or 0x448809) is unknown color: approx Bilbao. HEX triplet: 44, 88 and 09. RGB value is (68,136,9). Sum of RGB (Red+Green+Blue) = 68+136+9=213 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.92% from 213); Green value is 136 (53.52% from 255 or 63.85% from 213); Blue value is 9 (3.91% from 255 or 4.23% from 213); Max value from RGB is 136 - color contains mainly: green. Hex color #448809 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448809 is #BB77F6. Grayscale: #656565. Windows color (decimal): -12285943 or 624708. OLE color: 624708.

HSL color Cylindrical-coordinate representation of color #448809: hue angle of 92.13º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #448809 is Cyan = 0.50, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB681369-
CMYK0.5000.930.47
HSL92.13º87.59%28.43%-
HSV(B)92.13º93.38%53.33%-
XYZ11.2418.863.31-
YUV101.1975.97104.33-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.92%
GREEN value IS 136 (53.52% from 255) = 63.85%
BLUE value IS 9 (3.91% from 255) = 4.23%
R=31.92%
G=63.85%
B=4.23%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6813690.5000.930.4792.1387.5928.43
Hex448893205D2F5c581c
Octal104210116201355713413034
Binary1000100100010001001110010010111011011111011100101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448809; }

 p { color: rgb(68,136,9); }

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

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

 a { background-color: rgb(68,136,9); }

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

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

 span { border-color: rgb(68,136,9); }

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