#478317

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

Shades of Bilbao #478317

Tints of Bilbao #478317

Color information

#478317 (or 0x478317) is unknown color: approx Bilbao. HEX triplet: 47, 83 and 17. RGB value is (71,131,23). Sum of RGB (Red+Green+Blue) = 71+131+23=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 131 (51.56% from 255 or 58.22% from 225); Blue value is 23 (9.38% from 255 or 10.22% from 225); Max value from RGB is 131 - color contains mainly: green. Hex color #478317 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #478317 is #B87CE8. Grayscale: #656565. Windows color (decimal): -12090601 or 1540935. OLE color: 1540935.

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

Color convert

RGB7113123-
CMYK0.4600.820.49
HSL93.33º70.13%30.2%-
HSV(B)93.33º82.44%51.37%-
XYZ10.8717.633.64-
YUV100.7584.12106.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.56%
GREEN value IS 131 (51.56% from 255) = 58.22%
BLUE value IS 23 (9.38% from 255) = 10.22%
R=31.56%
G=58.22%
B=10.22%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71131230.4600.820.4993.3370.1330.2
Hex4783172E052315d461e
Octal107203275601226113510636
Binary10001111000001110111101110010100101100011011101100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478317; }

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

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

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

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

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

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

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

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