#487C12

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

Shades of Bilbao #487C12

Tints of Bilbao #487C12

Color information

#487C12 (or 0x487C12) is unknown color: approx Bilbao. HEX triplet: 48, 7C and 12. RGB value is (72,124,18). Sum of RGB (Red+Green+Blue) = 72+124+18=214 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.64% from 214); Green value is 124 (48.83% from 255 or 57.94% from 214); Blue value is 18 (7.42% from 255 or 8.41% from 214); Max value from RGB is 124 - color contains mainly: green. Hex color #487C12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487C12 is #B783ED. Grayscale: #606060. Windows color (decimal): -12026862 or 1211464. OLE color: 1211464.

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

Color convert

RGB7212418-
CMYK0.4200.850.51
HSL89.43º74.65%27.84%-
HSV(B)89.43º85.48%48.63%-
XYZ9.9915.843.1-
YUV96.3783.77110.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.64%
GREEN value IS 124 (48.83% from 255) = 57.94%
BLUE value IS 18 (7.42% from 255) = 8.41%
R=33.64%
G=57.94%
B=8.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal72124180.4200.850.5189.4374.6527.84
Hex487C122A05533594b1c
Octal110174225201256313111334
Binary1001000111110010010101010010101011100111011001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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