#447418

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

Shades of Bilbao #447418

Tints of Bilbao #447418

Color information

#447418 (or 0x447418) is unknown color: approx Bilbao. HEX triplet: 44, 74 and 18. RGB value is (68,116,24). Sum of RGB (Red+Green+Blue) = 68+116+24=208 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.69% from 208); Green value is 116 (45.70% from 255 or 55.77% from 208); Blue value is 24 (9.77% from 255 or 11.54% from 208); Max value from RGB is 116 - color contains mainly: green. Hex color #447418 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447418 is #BB8BE7. Grayscale: #5B5B5B. Windows color (decimal): -12291048 or 1602628. OLE color: 1602628.

HSL color Cylindrical-coordinate representation of color #447418: hue angle of 91.3º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #447418 is Cyan = 0.41, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB6811624-
CMYK0.4100.790.55
HSL91.3º65.71%27.45%-
HSV(B)91.3º79.31%45.49%-
XYZ8.7913.793.06-
YUV91.1690.1111.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.69%
GREEN value IS 116 (45.70% from 255) = 55.77%
BLUE value IS 24 (9.77% from 255) = 11.54%
R=32.69%
G=55.77%
B=11.54%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68116240.4100.790.5591.365.7127.45
Hex4474182904F375b421b
Octal104164305101176713310233
Binary1000100111010011000101001010011111101111011011100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447418; }

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

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

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

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

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

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

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

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