#447E1A

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

Shades of Bilbao #447E1A

Tints of Bilbao #447E1A

Color information

#447E1A (or 0x447E1A) is unknown color: approx Bilbao. HEX triplet: 44, 7E and 1A. RGB value is (68,126,26). Sum of RGB (Red+Green+Blue) = 68+126+26=220 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.91% from 220); Green value is 126 (49.61% from 255 or 57.27% from 220); Blue value is 26 (10.55% from 255 or 11.82% from 220); Max value from RGB is 126 - color contains mainly: green. Hex color #447E1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447E1A is #BB81E5. Grayscale: #616161. Windows color (decimal): -12288486 or 1736260. OLE color: 1736260.

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

Color convert

RGB6812626-
CMYK0.4600.790.51
HSL94.8º65.79%29.8%-
HSV(B)94.8º79.37%49.41%-
XYZ10.0316.233.58-
YUV97.2687.78107.13-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.91%
GREEN value IS 126 (49.61% from 255) = 57.27%
BLUE value IS 26 (10.55% from 255) = 11.82%
R=30.91%
G=57.27%
B=11.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal68126260.4600.790.5194.865.7929.8
Hex447E1A2E04F335f421e
Octal104176325601176313710236
Binary1000100111111011010101110010011111100111011111100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,126,26); }

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

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

 a { background-color: rgb(68,126,26); }

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

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

 span { border-color: rgb(68,126,26); }

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