#478413

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

Shades of Bilbao #478413

Tints of Bilbao #478413

Color information

#478413 (or 0x478413) is unknown color: approx Bilbao. HEX triplet: 47, 84 and 13. RGB value is (71,132,19). Sum of RGB (Red+Green+Blue) = 71+132+19=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 132 (51.95% from 255 or 59.46% from 222); Blue value is 19 (7.81% from 255 or 8.56% from 222); Max value from RGB is 132 - color contains mainly: green. Hex color #478413 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #478413 is #B87BEC. Grayscale: #656565. Windows color (decimal): -12090349 or 1279047. OLE color: 1279047.

HSL color Cylindrical-coordinate representation of color #478413: hue angle of 92.39º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #478413 is Cyan = 0.46, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB7113219-
CMYK0.4600.860.48
HSL92.39º74.83%29.61%-
HSV(B)92.39º85.61%51.76%-
XYZ10.9717.893.49-
YUV100.8881.79106.69-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.98%
GREEN value IS 132 (51.95% from 255) = 59.46%
BLUE value IS 19 (7.81% from 255) = 8.56%
R=31.98%
G=59.46%
B=8.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal71132190.4600.860.4892.3974.8329.61
Hex4784132E056305c4b1e
Octal107204235601266013411336
Binary10001111000010010011101110010101101100001011100100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478413; }

 p { color: rgb(71,132,19); }

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

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

 a { background-color: rgb(71,132,19); }

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

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

 span { border-color: rgb(71,132,19); }

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