#487C05

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

Shades of Bilbao #487C05

Tints of Bilbao #487C05

Color information

#487C05 (or 0x487C05) is unknown color: approx Bilbao. HEX triplet: 48, 7C and 05. RGB value is (72,124,5). Sum of RGB (Red+Green+Blue) = 72+124+5=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 124 (48.83% from 255 or 61.69% from 201); Blue value is 5 (2.34% from 255 or 2.49% from 201); Max value from RGB is 124 - color contains mainly: green. Hex color #487C05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487C05 is #B783FA. Grayscale: #5F5F5F. Windows color (decimal): -12026875 or 359496. OLE color: 359496.

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

Color convert

RGB721245-
CMYK0.4200.960.51
HSL86.22º92.25%25.29%-
HSV(B)86.22º95.97%48.63%-
XYZ9.9115.82.67-
YUV94.8977.27111.68-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.82%
GREEN value IS 124 (48.83% from 255) = 61.69%
BLUE value IS 5 (2.34% from 255) = 2.49%
R=35.82%
G=61.69%
B=2.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal7212450.4200.960.5186.2292.2525.29
Hex487C52A06033565c19
Octal11017455201406312613431
Binary10010001111100101101010011000001100111010110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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