#447C1A

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

Shades of Bilbao #447C1A

Tints of Bilbao #447C1A

Color information

#447C1A (or 0x447C1A) is unknown color: approx Bilbao. HEX triplet: 44, 7C and 1A. RGB value is (68,124,26). Sum of RGB (Red+Green+Blue) = 68+124+26=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 124 (48.83% from 255 or 56.88% from 218); Blue value is 26 (10.55% from 255 or 11.93% from 218); Max value from RGB is 124 - color contains mainly: green. Hex color #447C1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447C1A is #BB83E5. Grayscale: #606060. Windows color (decimal): -12288998 or 1735748. OLE color: 1735748.

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

Color convert

RGB6812426-
CMYK0.4500.790.51
HSL94.29º65.33%29.41%-
HSV(B)94.29º79.03%48.63%-
XYZ9.7815.723.5-
YUV96.0888.45107.97-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.19%
GREEN value IS 124 (48.83% from 255) = 56.88%
BLUE value IS 26 (10.55% from 255) = 11.93%
R=31.19%
G=56.88%
B=11.93%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal68124260.4500.790.5194.2965.3329.41
Hex447C1A2D04F335e411d
Octal104174325501176313610135
Binary1000100111110011010101101010011111100111011110100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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