#478416

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

Shades of Bilbao #478416

Tints of Bilbao #478416

Color information

#478416 (or 0x478416) is unknown color: approx Bilbao. HEX triplet: 47, 84 and 16. RGB value is (71,132,22). Sum of RGB (Red+Green+Blue) = 71+132+22=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 132 (51.95% from 255 or 58.67% from 225); Blue value is 22 (8.98% from 255 or 9.78% from 225); Max value from RGB is 132 - color contains mainly: green. Hex color #478416 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #478416 is #B87BE9. Grayscale: #656565. Windows color (decimal): -12090346 or 1475655. OLE color: 1475655.

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

Color convert

RGB7113222-
CMYK0.4600.830.48
HSL93.27º71.43%30.2%-
HSV(B)93.27º83.33%51.76%-
XYZ10.9917.93.63-
YUV101.2283.29106.44-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.56%
GREEN value IS 132 (51.95% from 255) = 58.67%
BLUE value IS 22 (8.98% from 255) = 9.78%
R=31.56%
G=58.67%
B=9.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal71132220.4600.830.4893.2771.4330.2
Hex4784162E053305d471e
Octal107204265601236013510736
Binary10001111000010010110101110010100111100001011101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478416; }

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

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

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

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

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

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

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

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