#478012

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

Shades of Bilbao #478012

Tints of Bilbao #478012

Color information

#478012 (or 0x478012) is unknown color: approx Bilbao. HEX triplet: 47, 80 and 12. RGB value is (71,128,18). Sum of RGB (Red+Green+Blue) = 71+128+18=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 128 (50.39% from 255 or 58.99% from 217); Blue value is 18 (7.42% from 255 or 8.29% from 217); Max value from RGB is 128 - color contains mainly: green. Hex color #478012 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #478012 is #B87FED. Grayscale: #626262. Windows color (decimal): -12091374 or 1212487. OLE color: 1212487.

HSL color Cylindrical-coordinate representation of color #478012: hue angle of 91.09º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #478012 is Cyan = 0.45, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.50.

Color convert

RGB7112818-
CMYK0.4500.860.50
HSL91.09º75.34%28.63%-
HSV(B)91.09º85.94%50.2%-
XYZ10.4316.823.27-
YUV98.4282.62108.44-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.72%
GREEN value IS 128 (50.39% from 255) = 58.99%
BLUE value IS 18 (7.42% from 255) = 8.29%
R=32.72%
G=58.99%
B=8.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal71128180.4500.860.5091.0975.3428.63
Hex4780122D056325b4b1d
Octal107200225501266213311335
Binary10001111000000010010101101010101101100101011011100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478012; }

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

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

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

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

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

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

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

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