#448118

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

Shades of Bilbao #448118

Tints of Bilbao #448118

Color information

#448118 (or 0x448118) is unknown color: approx Bilbao. HEX triplet: 44, 81 and 18. RGB value is (68,129,24). Sum of RGB (Red+Green+Blue) = 68+129+24=221 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.77% from 221); Green value is 129 (50.78% from 255 or 58.37% from 221); Blue value is 24 (9.77% from 255 or 10.86% from 221); Max value from RGB is 129 - color contains mainly: green. Hex color #448118 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448118 is #BB7EE7. Grayscale: #636363. Windows color (decimal): -12287720 or 1605956. OLE color: 1605956.

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

Color convert

RGB6812924-
CMYK0.4700.810.49
HSL94.86º68.63%30%-
HSV(B)94.86º81.4%50.59%-
XYZ10.4173.6-
YUV98.7985.79106.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.77%
GREEN value IS 129 (50.78% from 255) = 58.37%
BLUE value IS 24 (9.77% from 255) = 10.86%
R=30.77%
G=58.37%
B=10.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68129240.4700.810.4994.8668.6330
Hex4481182F051315f451e
Octal104201305701216113710536
Binary10001001000000111000101111010100011100011011111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448118; }

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

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

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

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

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

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

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

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