#448909

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

Shades of Bilbao #448909

Tints of Bilbao #448909

Color information

#448909 (or 0x448909) is unknown color: approx Bilbao. HEX triplet: 44, 89 and 09. RGB value is (68,137,9). Sum of RGB (Red+Green+Blue) = 68+137+9=214 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.78% from 214); Green value is 137 (53.91% from 255 or 64.02% from 214); Blue value is 9 (3.91% from 255 or 4.21% from 214); Max value from RGB is 137 - color contains mainly: green. Hex color #448909 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448909 is #BB76F6. Grayscale: #666666. Windows color (decimal): -12285687 or 624964. OLE color: 624964.

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

Color convert

RGB681379-
CMYK0.5000.930.46
HSL92.34º87.67%28.63%-
HSV(B)92.34º93.43%53.73%-
XYZ11.3819.143.35-
YUV101.7875.64103.91-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.78%
GREEN value IS 137 (53.91% from 255) = 64.02%
BLUE value IS 9 (3.91% from 255) = 4.21%
R=31.78%
G=64.02%
B=4.21%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal6813790.5000.930.4692.3487.6728.63
Hex448993205D2E5c581d
Octal104211116201355613413035
Binary1000100100010011001110010010111011011101011100101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448909; }

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

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

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

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

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

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

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

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