#478510

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

Shades of Bilbao #478510

Tints of Bilbao #478510

Color information

#478510 (or 0x478510) is unknown color: approx Bilbao. HEX triplet: 47, 85 and 10. RGB value is (71,133,16). Sum of RGB (Red+Green+Blue) = 71+133+16=220 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.27% from 220); Green value is 133 (52.34% from 255 or 60.45% from 220); Blue value is 16 (6.64% from 255 or 7.27% from 220); Max value from RGB is 133 - color contains mainly: green. Hex color #478510 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #478510 is #B87AEF. Grayscale: #656565. Windows color (decimal): -12090096 or 1082695. OLE color: 1082695.

HSL color Cylindrical-coordinate representation of color #478510: hue angle of 91.79º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #478510 is Cyan = 0.47, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB7113316-
CMYK0.4700.880.48
HSL91.79º78.52%29.22%-
HSV(B)91.79º87.97%52.16%-
XYZ11.0818.153.41-
YUV101.1279.96106.51-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.27%
GREEN value IS 133 (52.34% from 255) = 60.45%
BLUE value IS 16 (6.64% from 255) = 7.27%
R=32.27%
G=60.45%
B=7.27%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal71133160.4700.880.4891.7978.5229.22
Hex4785102F058305c4f1d
Octal107205205701306013411735
Binary10001111000010110000101111010110001100001011100100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478510; }

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

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

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

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

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

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

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

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