#487C04

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

Shades of Bilbao #487C04

Tints of Bilbao #487C04

Color information

#487C04 (or 0x487C04) is unknown color: approx Bilbao. HEX triplet: 48, 7C and 04. RGB value is (72,124,4). Sum of RGB (Red+Green+Blue) = 72+124+4=200 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36% from 200); Green value is 124 (48.83% from 255 or 62% from 200); Blue value is 4 (1.95% from 255 or 2% from 200); Max value from RGB is 124 - color contains mainly: green. Hex color #487C04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487C04 is #B783FB. Grayscale: #5F5F5F. Windows color (decimal): -12026876 or 293960. OLE color: 293960.

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

Color convert

RGB721244-
CMYK0.4200.970.51
HSL86º93.75%25.1%-
HSV(B)86º96.77%48.63%-
XYZ9.915.82.64-
YUV94.7776.77111.76-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36%
GREEN value IS 124 (48.83% from 255) = 62%
BLUE value IS 4 (1.95% from 255) = 2%
R=36%
G=62%
B=2%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal7212440.4200.970.518693.7525.1
Hex487C42A06133565e19
Octal11017445201416312613631
Binary10010001111100100101010011000011100111010110101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,124,4); }

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

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

 a { background-color: rgb(72,124,4); }

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

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

 span { border-color: rgb(72,124,4); }

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