#447D11

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

Shades of Bilbao #447D11

Tints of Bilbao #447D11

Color information

#447D11 (or 0x447D11) is unknown color: approx Bilbao. HEX triplet: 44, 7D and 11. RGB value is (68,125,17). Sum of RGB (Red+Green+Blue) = 68+125+17=210 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.38% from 210); Green value is 125 (49.22% from 255 or 59.52% from 210); Blue value is 17 (7.03% from 255 or 8.10% from 210); Max value from RGB is 125 - color contains mainly: green. Hex color #447D11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447D11 is #BB82EE. Grayscale: #606060. Windows color (decimal): -12288751 or 1146180. OLE color: 1146180.

HSL color Cylindrical-coordinate representation of color #447D11: hue angle of 91.67º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #447D11 is Cyan = 0.46, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB6812517-
CMYK0.4600.860.51
HSL91.67º76.06%27.84%-
HSV(B)91.67º86.4%49.02%-
XYZ9.8215.943.09-
YUV95.6483.62108.28-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.38%
GREEN value IS 125 (49.22% from 255) = 59.52%
BLUE value IS 17 (7.03% from 255) = 8.10%
R=32.38%
G=59.52%
B=8.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal68125170.4600.860.5191.6776.0627.84
Hex447D112E056335c4c1c
Octal104175215601266313411434
Binary1000100111110110001101110010101101100111011100100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447D11; }

 p { color: rgb(68,125,17); }

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

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

 a { background-color: rgb(68,125,17); }

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

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

 span { border-color: rgb(68,125,17); }

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