#447f1e

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

Shades of Bilbao #447F1E

Tints of Bilbao #447F1E

Color information

#447F1E (or 0x447F1E) is unknown color: approx Bilbao. HEX triplet: 44, 7F and 1E. RGB value is (68,127,30). Sum of RGB (Red+Green+Blue) = 68+127+30=225 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.22% from 225); Green value is 127 (50% from 255 or 56.44% from 225); Blue value is 30 (12.11% from 255 or 13.33% from 225); Max value from RGB is 127 - color contains mainly: green. Hex color #447F1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447F1E is #BB80E1. Grayscale: #626262. Windows color (decimal): -12288226 or 1998660. OLE color: 1998660.

HSL color Cylindrical-coordinate representation of color #447F1E: hue angle of 96.49º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #447F1E is Cyan = 0.46, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.50.

Color convert

RGB6812730-
CMYK0.4600.760.50
HSL96.49º61.78%30.78%-
HSV(B)96.49º76.38%49.8%-
XYZ10.2116.53.88-
YUV98.389.45106.39-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.22%
GREEN value IS 127 (50% from 255) = 56.44%
BLUE value IS 30 (12.11% from 255) = 13.33%
R=30.22%
G=56.44%
B=13.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal68127300.4600.760.5096.4961.7830.78
Hex447F1E2E04C32603e1f
Octal10417736560114621407637
Binary100010011111111111010111001001100110010110000011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447f1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,127,30); }

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

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

 a { background-color: rgb(68,127,30); }

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

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

 span { border-color: rgb(68,127,30); }

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