#478019

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

Shades of Bilbao #478019

Tints of Bilbao #478019

Color information

#478019 (or 0x478019) is unknown color: approx Bilbao. HEX triplet: 47, 80 and 19. RGB value is (71,128,25). Sum of RGB (Red+Green+Blue) = 71+128+25=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 128 (50.39% from 255 or 57.14% from 224); Blue value is 25 (10.16% from 255 or 11.16% from 224); Max value from RGB is 128 - color contains mainly: green. Hex color #478019 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #478019 is #B87FE6. Grayscale: #636363. Windows color (decimal): -12091367 or 1671239. OLE color: 1671239.

HSL color Cylindrical-coordinate representation of color #478019: hue angle of 93.2º 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 #478019 is Cyan = 0.45, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB7112825-
CMYK0.4500.800.50
HSL93.2º67.32%30%-
HSV(B)93.2º80.47%50.2%-
XYZ10.4916.853.62-
YUV99.2186.12107.88-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.70%
GREEN value IS 128 (50.39% from 255) = 57.14%
BLUE value IS 25 (10.16% from 255) = 11.16%
R=31.70%
G=57.14%
B=11.16%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal71128250.4500.800.5093.267.3230
Hex4780192D050325d431e
Octal107200315501206213510336
Binary10001111000000011001101101010100001100101011101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478019; }

 p { color: rgb(71,128,25); }

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

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

 a { background-color: rgb(71,128,25); }

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

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

 span { border-color: rgb(71,128,25); }

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