#447914

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

Shades of Bilbao #447914

Tints of Bilbao #447914

Color information

#447914 (or 0x447914) is unknown color: approx Bilbao. HEX triplet: 44, 79 and 14. RGB value is (68,121,20). Sum of RGB (Red+Green+Blue) = 68+121+20=209 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.54% from 209); Green value is 121 (47.66% from 255 or 57.89% from 209); Blue value is 20 (8.20% from 255 or 9.57% from 209); Max value from RGB is 121 - color contains mainly: green. Hex color #447914 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447914 is #BB86EB. Grayscale: #5D5D5D. Windows color (decimal): -12289772 or 1341764. OLE color: 1341764.

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

Color convert

RGB6812120-
CMYK0.4400.830.53
HSL91.49º71.63%27.65%-
HSV(B)91.49º83.47%47.45%-
XYZ9.3514.953.06-
YUV93.6486.44109.71-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.54%
GREEN value IS 121 (47.66% from 255) = 57.89%
BLUE value IS 20 (8.20% from 255) = 9.57%
R=32.54%
G=57.89%
B=9.57%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal68121200.4400.830.5391.4971.6327.65
Hex4479142C053355b481c
Octal104171245401236513311034
Binary1000100111100110100101100010100111101011011011100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447914; }

 p { color: rgb(68,121,20); }

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

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

 a { background-color: rgb(68,121,20); }

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

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

 span { border-color: rgb(68,121,20); }

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