#487D01

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

Shades of Bilbao #487D01

Tints of Bilbao #487D01

Color information

#487D01 (or 0x487D01) is unknown color: approx Bilbao. HEX triplet: 48, 7D and 01. RGB value is (72,125,1). Sum of RGB (Red+Green+Blue) = 72+125+1=198 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.36% from 198); Green value is 125 (49.22% from 255 or 63.13% from 198); Blue value is 1 (0.78% from 255 or 0.51% from 198); Max value from RGB is 125 - color contains mainly: green. Hex color #487D01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487D01 is #B782FE. Grayscale: #5F5F5F. Windows color (decimal): -12026623 or 97608. OLE color: 97608.

HSL color Cylindrical-coordinate representation of color #487D01: hue angle of 85.65º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #487D01 is Cyan = 0.42, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.51.

Color convert

RGB721251-
CMYK0.4200.990.51
HSL85.65º98.41%24.71%-
HSV(B)85.65º99.2%49.02%-
XYZ10.0116.052.6-
YUV95.0274.94111.58-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.36%
GREEN value IS 125 (49.22% from 255) = 63.13%
BLUE value IS 1 (0.78% from 255) = 0.51%
R=36.36%
G=63.13%
B=0.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal7212510.4200.990.5185.6598.4124.71
Hex487D12A06333566219
Octal11017515201436312614231
Binary100100011111011101010011000111100111010110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,125,1); }

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

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

 a { background-color: rgb(72,125,1); }

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

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

 span { border-color: rgb(72,125,1); }

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