#487E31

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

Shades of Bilbao #487E31

Tints of Bilbao #487E31

Color information

#487E31 (or 0x487E31) is unknown color: approx Bilbao. HEX triplet: 48, 7E and 31. RGB value is (72,126,49). Sum of RGB (Red+Green+Blue) = 72+126+49=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 126 (49.61% from 255 or 51.01% from 247); Blue value is 49 (19.53% from 255 or 19.84% from 247); Max value from RGB is 126 - color contains mainly: green. Hex color #487E31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487E31 is #B781CE. Grayscale: #656565. Windows color (decimal): -12026319 or 3243592. OLE color: 3243592.

HSL color Cylindrical-coordinate representation of color #487E31: hue angle of 102.08º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #487E31 is Cyan = 0.43, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.51.

Color convert

RGB7212649-
CMYK0.4300.610.51
HSL102.08º44%34.31%-
HSV(B)102.08º61.11%49.41%-
XYZ10.6916.525.53-
YUV101.0898.61107.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.15%
GREEN value IS 126 (49.61% from 255) = 51.01%
BLUE value IS 49 (19.53% from 255) = 19.84%
R=29.15%
G=51.01%
B=19.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal72126490.4300.610.51102.084434.31
Hex487E312B03D33662c22
Octal1101766153075631465442
Binary1001000111111011000110101101111011100111100110101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487E31; }

 p { color: rgb(72,126,49); }

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

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

 a { background-color: rgb(72,126,49); }

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

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

 span { border-color: rgb(72,126,49); }

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