#487C0F

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

Shades of Bilbao #487C0F

Tints of Bilbao #487C0F

Color information

#487C0F (or 0x487C0F) is unknown color: approx Bilbao. HEX triplet: 48, 7C and 0F. RGB value is (72,124,15). Sum of RGB (Red+Green+Blue) = 72+124+15=211 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.12% from 211); Green value is 124 (48.83% from 255 or 58.77% from 211); Blue value is 15 (6.25% from 255 or 7.11% from 211); Max value from RGB is 124 - color contains mainly: green. Hex color #487C0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487C0F is #B783F0. Grayscale: #606060. Windows color (decimal): -12026865 or 1014856. OLE color: 1014856.

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

Color convert

RGB7212415-
CMYK0.4200.880.51
HSL88.62º78.42%27.25%-
HSV(B)88.62º87.9%48.63%-
XYZ9.9715.832.98-
YUV96.0382.27110.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.12%
GREEN value IS 124 (48.83% from 255) = 58.77%
BLUE value IS 15 (6.25% from 255) = 7.11%
R=34.12%
G=58.77%
B=7.11%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal72124150.4200.880.5188.6278.4227.25
Hex487CF2A05833594e1b
Octal110174175201306313111633
Binary100100011111001111101010010110001100111011001100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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