#487E0D

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

Shades of Bilbao #487E0D

Tints of Bilbao #487E0D

Color information

#487E0D (or 0x487E0D) is unknown color: approx Bilbao. HEX triplet: 48, 7E and 0D. RGB value is (72,126,13). Sum of RGB (Red+Green+Blue) = 72+126+13=211 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.12% from 211); Green value is 126 (49.61% from 255 or 59.72% from 211); Blue value is 13 (5.47% from 255 or 6.16% from 211); Max value from RGB is 126 - color contains mainly: green. Hex color #487E0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487E0D is #B781F2. Grayscale: #616161. Windows color (decimal): -12026355 or 884296. OLE color: 884296.

HSL color Cylindrical-coordinate representation of color #487E0D: hue angle of 88.67º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #487E0D is Cyan = 0.43, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB7212613-
CMYK0.4300.900.51
HSL88.67º81.29%27.25%-
HSV(B)88.67º89.68%49.41%-
XYZ10.2116.332.99-
YUV96.9780.61110.19-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.12%
GREEN value IS 126 (49.61% from 255) = 59.72%
BLUE value IS 13 (5.47% from 255) = 6.16%
R=34.12%
G=59.72%
B=6.16%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal72126130.4300.900.5188.6781.2927.25
Hex487ED2B05A3359511b
Octal110176155301326313112133
Binary100100011111101101101011010110101100111011001101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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