#447F19

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

Shades of Bilbao #447F19

Tints of Bilbao #447F19

Color information

#447F19 (or 0x447F19) is unknown color: approx Bilbao. HEX triplet: 44, 7F and 19. RGB value is (68,127,25). Sum of RGB (Red+Green+Blue) = 68+127+25=220 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.91% from 220); Green value is 127 (50% from 255 or 57.73% from 220); Blue value is 25 (10.16% from 255 or 11.36% from 220); Max value from RGB is 127 - color contains mainly: green. Hex color #447F19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447F19 is #BB80E6. Grayscale: #626262. Windows color (decimal): -12288231 or 1670980. OLE color: 1670980.

HSL color Cylindrical-coordinate representation of color #447F19: hue angle of 94.71º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #447F19 is Cyan = 0.46, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB6812725-
CMYK0.4600.800.50
HSL94.71º67.11%29.8%-
HSV(B)94.71º80.31%49.8%-
XYZ10.1516.483.57-
YUV97.7386.95106.79-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.91%
GREEN value IS 127 (50% from 255) = 57.73%
BLUE value IS 25 (10.16% from 255) = 11.36%
R=30.91%
G=57.73%
B=11.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal68127250.4600.800.5094.7167.1129.8
Hex447F192E050325f431e
Octal104177315601206213710336
Binary1000100111111111001101110010100001100101011111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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