#478110

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

Shades of Bilbao #478110

Tints of Bilbao #478110

Color information

#478110 (or 0x478110) is unknown color: approx Bilbao. HEX triplet: 47, 81 and 10. RGB value is (71,129,16). Sum of RGB (Red+Green+Blue) = 71+129+16=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 129 (50.78% from 255 or 59.72% from 216); Blue value is 16 (6.64% from 255 or 7.41% from 216); Max value from RGB is 129 - color contains mainly: green. Hex color #478110 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #478110 is #B87EEF. Grayscale: #636363. Windows color (decimal): -12091120 or 1081671. OLE color: 1081671.

HSL color Cylindrical-coordinate representation of color #478110: hue angle of 90.8º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #478110 is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB7112916-
CMYK0.4500.880.49
HSL90.8º77.93%28.43%-
HSV(B)90.8º87.6%50.59%-
XYZ10.5417.083.23-
YUV98.7881.28108.19-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.87%
GREEN value IS 129 (50.78% from 255) = 59.72%
BLUE value IS 16 (6.64% from 255) = 7.41%
R=32.87%
G=59.72%
B=7.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71129160.4500.880.4990.877.9328.43
Hex4781102D058315b4e1c
Octal107201205501306113311634
Binary10001111000000110000101101010110001100011011011100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478110; }

 p { color: rgb(71,129,16); }

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

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

 a { background-color: rgb(71,129,16); }

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

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

 span { border-color: rgb(71,129,16); }

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