#478312

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

Shades of Bilbao #478312

Tints of Bilbao #478312

Color information

#478312 (or 0x478312) is unknown color: approx Bilbao. HEX triplet: 47, 83 and 12. RGB value is (71,131,18). Sum of RGB (Red+Green+Blue) = 71+131+18=220 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.27% from 220); Green value is 131 (51.56% from 255 or 59.55% from 220); Blue value is 18 (7.42% from 255 or 8.18% from 220); Max value from RGB is 131 - color contains mainly: green. Hex color #478312 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #478312 is #B87CED. Grayscale: #646464. Windows color (decimal): -12090606 or 1213255. OLE color: 1213255.

HSL color Cylindrical-coordinate representation of color #478312: hue angle of 91.86º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #478312 is Cyan = 0.46, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB7113118-
CMYK0.4600.860.49
HSL91.86º75.84%29.22%-
HSV(B)91.86º86.26%51.37%-
XYZ10.8217.623.4-
YUV100.1881.62107.19-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.27%
GREEN value IS 131 (51.56% from 255) = 59.55%
BLUE value IS 18 (7.42% from 255) = 8.18%
R=32.27%
G=59.55%
B=8.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71131180.4600.860.4991.8675.8429.22
Hex4783122E056315c4c1d
Octal107203225601266113411435
Binary10001111000001110010101110010101101100011011100100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478312; }

 p { color: rgb(71,131,18); }

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

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

 a { background-color: rgb(71,131,18); }

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

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

 span { border-color: rgb(71,131,18); }

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